diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-16 11:59:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-16 11:59:46 +0200 |
commit | ffe4d2a0684d4e6aa6ff066b1cd8663a62f2888c (patch) | |
tree | 20831f7ad36018e863f963a100fef29c8871159c | |
parent | 0f8837070136db088ad7ff647fbdda85472e6b56 (diff) | |
download | linux-stable-ffe4d2a0684d4e6aa6ff066b1cd8663a62f2888c.tar.gz linux-stable-ffe4d2a0684d4e6aa6ff066b1cd8663a62f2888c.tar.bz2 linux-stable-ffe4d2a0684d4e6aa6ff066b1cd8663a62f2888c.zip |
Linux 5.4.126v5.4.126
Link: https://lore.kernel.org/r/20210614102646.341387537@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 125 +SUBLEVEL = 126 EXTRAVERSION = NAME = Kleptomaniac Octopus |