diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 14:35:00 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 14:35:00 +0300 |
commit | a94dc7407bf3aab53c9fd65d24065a43353a0dbe (patch) | |
tree | 202a2781058dc3c54a993b810347d93f306dfec3 | |
parent | a8e1944b44f94f5c5f530e434c5eaee787254566 (diff) | |
download | linux-4.19.224.tar.xz (sig) |
Linux 4.19.224v4.19.224
Link: https://lore.kernel.org/r/20220103142052.162223000@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 223 +SUBLEVEL = 224 EXTRAVERSION = NAME = "People's Front" |