diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-25 11:51:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-25 11:51:51 +0100 |
commit | 2e3d9118e4e62b90603d61abd45d8bb29ebe7920 (patch) | |
tree | 158ca82b34004ce5d9bd4592407977821ed67cf1 /Makefile | |
parent | c7603df97635954165fb599e64e197efc353979b (diff) | |
download | linux-stable-2e3d9118e4e62b90603d61abd45d8bb29ebe7920.tar.gz linux-stable-2e3d9118e4e62b90603d61abd45d8bb29ebe7920.tar.bz2 linux-stable-2e3d9118e4e62b90603d61abd45d8bb29ebe7920.zip |
Linux 4.19.274v4.19.274
Link: https://lore.kernel.org/r/20230223130424.079732181@linuxfoundation.org
Link: https://lore.kernel.org/r/20230223141538.102388120@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Slade Watkins <srw@sladewatkins.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 273 +SUBLEVEL = 274 EXTRAVERSION = NAME = "People's Front" |