diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-13 10:10:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-13 10:10:52 +0200 |
commit | 3f8a27f9e27bd78604c0709224cec0ec85a8b106 (patch) | |
tree | cc150dfea2529852465d23aa68962f04c2563380 /Makefile | |
parent | 8a48d1525e8403d95117348a7bad9f60f901cae0 (diff) | |
download | linux-stable-3f8a27f9e27bd78604c0709224cec0ec85a8b106.tar.gz linux-stable-3f8a27f9e27bd78604c0709224cec0ec85a8b106.tar.bz2 linux-stable-3f8a27f9e27bd78604c0709224cec0ec85a8b106.zip |
Linux 4.19.211v4.19.211
Link: https://lore.kernel.org/r/20211011134640.711218469@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de> =
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Link: https://lore.kernel.org/r/20211012064417.149035532@linuxfoundation.org
Link: https://lore.kernel.org/r/20211012093340.313468813@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 210 +SUBLEVEL = 211 EXTRAVERSION = NAME = "People's Front" |