diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 16:32:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 16:32:03 +0100 |
commit | 6a98afd74b4c2016fb87f5c3b7ce1c53ac215c13 (patch) | |
tree | ad3316875f412e5b66def0e76934dd4668b2fb50 /Makefile | |
parent | cf2328c3337987aa16551305723017fb764381c6 (diff) | |
download | linux-stable-6a98afd74b4c2016fb87f5c3b7ce1c53ac215c13.tar.gz linux-stable-6a98afd74b4c2016fb87f5c3b7ce1c53ac215c13.tar.bz2 linux-stable-6a98afd74b4c2016fb87f5c3b7ce1c53ac215c13.zip |
Linux 4.19.276v4.19.276
Link: https://lore.kernel.org/r/20230310133718.803482157@linuxfoundation.org
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 = 275 +SUBLEVEL = 276 EXTRAVERSION = NAME = "People's Front" |