diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-20 13:07:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-20 13:07:38 +0300 |
commit | 58f42ed1cd31238745bddd943c4f5849dc83a2ac (patch) | |
tree | b92ab7a9809cb0799215bc10dae13146d8ecf29c | |
parent | 8795936437177cf3c88bc5b40334799c0da71b48 (diff) | |
download | linux-58f42ed1cd31238745bddd943c4f5849dc83a2ac.tar.xz |
Linux 5.4.241v5.4.241
Link: https://lore.kernel.org/r/20230418120304.658273364@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
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 = 240 +SUBLEVEL = 241 EXTRAVERSION = NAME = Kleptomaniac Octopus |