diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-24 17:36:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-24 17:36:55 +0100 |
commit | 1fe619a7d25218e9b9fdcce9fcac6a05cd62abed (patch) | |
tree | b7eec3787bae361f7113bc28325f475a9255fcce | |
parent | 7de20a23e52a57b7759297552737ea2bb0a1ad8e (diff) | |
download | linux-stable-1fe619a7d25218e9b9fdcce9fcac6a05cd62abed.tar.gz linux-stable-1fe619a7d25218e9b9fdcce9fcac6a05cd62abed.tar.bz2 linux-stable-1fe619a7d25218e9b9fdcce9fcac6a05cd62abed.zip |
Linux 5.15.113v5.15.113
Link: https://lore.kernel.org/r/20230522190354.935300867@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Theodore Ts'o <tytso@mit.edu>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Ron Economos <re@w6rz.net>
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 = 15 -SUBLEVEL = 112 +SUBLEVEL = 113 EXTRAVERSION = NAME = Trick or Treat |