diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-14 11:28:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-14 11:28:31 +0100 |
commit | c652c812211c7a427d16be1d3f904eb02eb4265f (patch) | |
tree | 804122d77fa5618b486be8b29ba06c1ca673277f /Makefile | |
parent | dcd4aecaa93c2ee308ec80b47a912bd01605efe6 (diff) | |
download | linux-stable-c652c812211c7a427d16be1d3f904eb02eb4265f.tar.gz linux-stable-c652c812211c7a427d16be1d3f904eb02eb4265f.tar.bz2 linux-stable-c652c812211c7a427d16be1d3f904eb02eb4265f.zip |
Linux 4.19.269v4.19.269
Link: https://lore.kernel.org/r/20221212130913.666185567@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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>
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 = 268 +SUBLEVEL = 269 EXTRAVERSION = NAME = "People's Front" |