diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-28 10:18:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-28 10:18:42 +0200 |
commit | b30db4f7e45f3c17cca2ba5be6f22762837a6e34 (patch) | |
tree | 442d6e924d6a26e20ba597d05496f9f8ff78aa7c /Makefile | |
parent | c87439055174b31c51a89f8d66af2600033c664d (diff) | |
download | linux-stable-b30db4f7e45f3c17cca2ba5be6f22762837a6e34.tar.gz linux-stable-b30db4f7e45f3c17cca2ba5be6f22762837a6e34.tar.bz2 linux-stable-b30db4f7e45f3c17cca2ba5be6f22762837a6e34.zip |
Linux 5.4.249v5.4.249
Link: https://lore.kernel.org/r/20230626180739.558575012@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 248 +SUBLEVEL = 249 EXTRAVERSION = NAME = Kleptomaniac Octopus |