diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-06 13:59:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-06 13:59:45 +0100 |
commit | c65356f0f7268b1260dd64415c2145e73640872e (patch) | |
tree | 44fa0b4e3c30007e1e4471116c10bfbacf674d81 | |
parent | e31d51f8a41fab7867a4c4a449856dcfebc85615 (diff) | |
download | linux-stable-c65356f0f7268b1260dd64415c2145e73640872e.tar.gz linux-stable-c65356f0f7268b1260dd64415c2145e73640872e.tar.bz2 linux-stable-c65356f0f7268b1260dd64415c2145e73640872e.zip |
Linux 5.4.158v5.4.158
Link: https://lore.kernel.org/r/20211104141158.384397574@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.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 = 157 +SUBLEVEL = 158 EXTRAVERSION = NAME = Kleptomaniac Octopus |