diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-26 11:24:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-26 11:24:06 +0200 |
commit | ea7862c507eca54ea6caad9dcfc8bba5e749fbde (patch) | |
tree | 0477d418087a70c96736dcf3c401aa8b96c0a193 | |
parent | d54a9f999ea769a579379e8386bd50bda9997a9f (diff) | |
download | linux-stable-ea7862c507eca54ea6caad9dcfc8bba5e749fbde.tar.gz linux-stable-ea7862c507eca54ea6caad9dcfc8bba5e749fbde.tar.bz2 linux-stable-ea7862c507eca54ea6caad9dcfc8bba5e749fbde.zip |
Linux 5.4.242v5.4.242
Link: https://lore.kernel.org/r/20230424131123.040556994@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 = 241 +SUBLEVEL = 242 EXTRAVERSION = NAME = Kleptomaniac Octopus |