diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-23 07:53:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-23 07:53:47 +0100 |
commit | d6834f5b0b14bb403b5eb55ad21c3cb98b3cb963 (patch) | |
tree | b9cb293811930fd49e03f077a1977e249db1d1d5 /Makefile | |
parent | 56cf3753a1ef6d269fe24872db53b7b135ca011a (diff) | |
download | linux-stable-d6834f5b0b14bb403b5eb55ad21c3cb98b3cb963.tar.gz linux-stable-d6834f5b0b14bb403b5eb55ad21c3cb98b3cb963.tar.bz2 linux-stable-d6834f5b0b14bb403b5eb55ad21c3cb98b3cb963.zip |
Linux 4.19.266v4.19.266
Link: https://lore.kernel.org/r/20221121124150.886779344@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 265 +SUBLEVEL = 266 EXTRAVERSION = NAME = "People's Front" |