diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-21 15:44:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-21 15:44:12 +0200 |
commit | f2b499c27a959d062db9ea5c3036052d90110ee4 (patch) | |
tree | afe5dd30bdc34bcd94ed07b42e2cf75030ba89ba /Makefile | |
parent | 1cdc48aaff1837adcee715e3fd4a8d0831eb3cae (diff) | |
download | linux-stable-f2b499c27a959d062db9ea5c3036052d90110ee4.tar.gz linux-stable-f2b499c27a959d062db9ea5c3036052d90110ee4.tar.bz2 linux-stable-f2b499c27a959d062db9ea5c3036052d90110ee4.zip |
Linux 5.4.248v5.4.248
Link: https://lore.kernel.org/r/20230619102132.808972458@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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 = 5 PATCHLEVEL = 4 -SUBLEVEL = 247 +SUBLEVEL = 248 EXTRAVERSION = NAME = Kleptomaniac Octopus |