diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-11 13:58:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-11 13:58:50 +0100 |
commit | 5e0cdb245b7c83cfa2939071bf0cb7a2ecd31abe (patch) | |
tree | 10fdbe53c09897e0a56d9511501281b71705133c /Makefile | |
parent | e70a9c66e1e2095d6ce563f593bb6968253ae03f (diff) | |
download | linux-stable-5e0cdb245b7c83cfa2939071bf0cb7a2ecd31abe.tar.gz linux-stable-5e0cdb245b7c83cfa2939071bf0cb7a2ecd31abe.tar.bz2 linux-stable-5e0cdb245b7c83cfa2939071bf0cb7a2ecd31abe.zip |
Linux 4.19.225v4.19.225
Link: https://lore.kernel.org/r/20220110071813.967414697@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 224 +SUBLEVEL = 225 EXTRAVERSION = NAME = "People's Front" |