diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-12 16:43:05 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-12 16:43:05 +0300 |
commit | 5915b0ea674673d13d2755f7e7f843fe286d85ec (patch) | |
tree | 446a8a282a03b8e01ac7ea2f60a842a1a64060e4 /Makefile | |
parent | abc49cc45d0ada0b9d147f2873ef439ba5c7e2b7 (diff) | |
download | linux-5915b0ea674673d13d2755f7e7f843fe286d85ec.tar.xz |
Linux 5.4.159v5.4.159
Link: https://lore.kernel.org/r/20211110182002.206203228@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 158 +SUBLEVEL = 159 EXTRAVERSION = NAME = Kleptomaniac Octopus |