diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-22 09:19:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-22 09:19:05 +0100 |
commit | 508a321e02f2cc9dfb1f226f7b10dd889887d249 (patch) | |
tree | 02a1f6bbc3666b49ee0e95dbeb7d90c51ec7910c /Makefile | |
parent | c9f17e92917fd5786be872626a3928979ecc4c39 (diff) | |
download | linux-stable-508a321e02f2cc9dfb1f226f7b10dd889887d249.tar.gz linux-stable-508a321e02f2cc9dfb1f226f7b10dd889887d249.tar.bz2 linux-stable-508a321e02f2cc9dfb1f226f7b10dd889887d249.zip |
Linux 4.19.222v4.19.222
Link: https://lore.kernel.org/r/20211220143023.451982183@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: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
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 = 221 +SUBLEVEL = 222 EXTRAVERSION = NAME = "People's Front" |