diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:18:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:18:40 +0200 |
commit | 684cc17be897de3b0fd2e5a021a702f68046d9fe (patch) | |
tree | 0d9a6dfcbef050e7d45c9522bd498eee5a965d08 | |
parent | 473f43725bb75a22efbedc03c6cbf77d695b940a (diff) | |
download | linux-stable-684cc17be897de3b0fd2e5a021a702f68046d9fe.tar.gz linux-stable-684cc17be897de3b0fd2e5a021a702f68046d9fe.tar.bz2 linux-stable-684cc17be897de3b0fd2e5a021a702f68046d9fe.zip |
Linux 5.4.211v5.4.211
Link: https://lore.kernel.org/r/20220823080115.331990024@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 210 +SUBLEVEL = 211 EXTRAVERSION = NAME = Kleptomaniac Octopus |