diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-05 09:21:27 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-05 09:21:27 +0200 |
commit | d7af3e5ba454d007b4939f858739cf1cecdeab46 (patch) | |
tree | 6ba2bd42a34b8fb93f2acb079f11ddf3711b3f82 | |
parent | e226893c935fd4aeaff21cf1af13927bf684e669 (diff) | |
download | linux-stable-d7af3e5ba454d007b4939f858739cf1cecdeab46.tar.gz linux-stable-d7af3e5ba454d007b4939f858739cf1cecdeab46.tar.bz2 linux-stable-d7af3e5ba454d007b4939f858739cf1cecdeab46.zip |
Linux 5.15.115v5.15.115
Link: https://lore.kernel.org/r/20230601131936.699199833@linuxfoundation.org
Link: https://lore.kernel.org/r/20230601143331.405588582@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20230603143543.855276091@linuxfoundation.org
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.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 = 114 +SUBLEVEL = 115 EXTRAVERSION = NAME = Trick or Treat |