diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-29 10:19:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-29 10:19:19 +0100 |
commit | f4b1bd6d9c2e2818ad1ef2483471c8b9a5c0a01c (patch) | |
tree | c87fb597575aaab0f47b5d58015c702784b7ad93 | |
parent | 0008a0c78fc33a84e2212a7c04e6b21a36ca6f4d (diff) | |
download | linux-stable-f4b1bd6d9c2e2818ad1ef2483471c8b9a5c0a01c.tar.gz linux-stable-f4b1bd6d9c2e2818ad1ef2483471c8b9a5c0a01c.tar.bz2 linux-stable-f4b1bd6d9c2e2818ad1ef2483471c8b9a5c0a01c.zip |
Linux 4.19.227v4.19.227
Link: https://lore.kernel.org/r/20220127180256.837257619@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 226 +SUBLEVEL = 227 EXTRAVERSION = NAME = "People's Front" |