diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-22 13:27:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-22 13:27:13 +0100 |
commit | 30baa0923a27fb9a04444a29562344e0573992e4 (patch) | |
tree | a112dc34433ce0e8b5e9b251721b76e4b7b44a02 /Makefile | |
parent | cf6939a8f6bf4c3e11fdd80f477be626f08fda13 (diff) | |
download | linux-stable-30baa0923a27fb9a04444a29562344e0573992e4.tar.gz linux-stable-30baa0923a27fb9a04444a29562344e0573992e4.tar.bz2 linux-stable-30baa0923a27fb9a04444a29562344e0573992e4.zip |
Linux 4.19.279v4.19.279
Link: https://lore.kernel.org/r/20230320145424.191578432@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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 = 278 +SUBLEVEL = 279 EXTRAVERSION = NAME = "People's Front" |