diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-24 07:11:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-24 07:11:51 +0100 |
commit | b17faf2c4e88ac0deb894f068bda67ace57e9c0a (patch) | |
tree | ea8ffefa17884a404cc0feaf21ea7f1fb6f304c2 /Makefile | |
parent | a00d020f18dbe0666e221d929846f1b591b27c20 (diff) | |
download | linux-stable-b17faf2c4e88ac0deb894f068bda67ace57e9c0a.tar.gz linux-stable-b17faf2c4e88ac0deb894f068bda67ace57e9c0a.tar.bz2 linux-stable-b17faf2c4e88ac0deb894f068bda67ace57e9c0a.zip |
Linux 4.19.271v4.19.271
Link: https://lore.kernel.org/r/20230122150219.557984692@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 270 +SUBLEVEL = 271 EXTRAVERSION = NAME = "People's Front" |