diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-16 18:19:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-16 18:19:25 +0200 |
commit | fd2a1d1f32ea37c57a8b46a0857f06fd7274dd2c (patch) | |
tree | 663b4e4d470b4cdff8bf8af5fbf79d524eed376c /Makefile | |
parent | e7711f15ed6bf0a0d859a35decd0ebdfb67b787e (diff) | |
download | linux-stable-fd2a1d1f32ea37c57a8b46a0857f06fd7274dd2c.tar.gz linux-stable-fd2a1d1f32ea37c57a8b46a0857f06fd7274dd2c.tar.bz2 linux-stable-fd2a1d1f32ea37c57a8b46a0857f06fd7274dd2c.zip |
Linux 5.4.254v5.4.254
Link: https://lore.kernel.org/r/20230813211704.796906808@linuxfoundation.org
Tested-by: Thierry Reding <treding@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
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 = 253 +SUBLEVEL = 254 EXTRAVERSION = NAME = Kleptomaniac Octopus |