diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-30 12:51:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-30 12:51:43 +0200 |
commit | e128ce12e29c5a6d9a88c7b8a1c8e07402c38fed (patch) | |
tree | c81d81b84eecf39e355cd6ca3d174aae5e43aaa6 | |
parent | 6cf4184211a92523ee96abaf989ee48282edfdb6 (diff) | |
download | linux-stable-e128ce12e29c5a6d9a88c7b8a1c8e07402c38fed.tar.gz linux-stable-e128ce12e29c5a6d9a88c7b8a1c8e07402c38fed.tar.bz2 linux-stable-e128ce12e29c5a6d9a88c7b8a1c8e07402c38fed.zip |
Linux 6.2.9v6.2.9
Link: https://lore.kernel.org/r/20230328142619.643313678@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Markus Reichelt <lkt+2023@mareichelt.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
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 = 6 PATCHLEVEL = 2 -SUBLEVEL = 8 +SUBLEVEL = 9 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |