diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-10 09:29:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-10 09:29:57 +0100 |
commit | cdc56cf3e0ca6bd3119fc841de1c37b0e6e5b802 (patch) | |
tree | 3f71a223799660da5f14ea8aacdaeb79f77fa4af /Makefile | |
parent | cb6aedc1fd9d808d7319db2f953f4886dd46c627 (diff) | |
download | linux-stable-cdc56cf3e0ca6bd3119fc841de1c37b0e6e5b802.tar.gz linux-stable-cdc56cf3e0ca6bd3119fc841de1c37b0e6e5b802.tar.bz2 linux-stable-cdc56cf3e0ca6bd3119fc841de1c37b0e6e5b802.zip |
Linux 6.2.3v6.2.3
Link: https://lore.kernel.org/r/20230307170022.094103862@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Luna Jernberg <droidbittin@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://lore.kernel.org/r/20230308091912.362228731@linuxfoundation.org
Tested-by: Luna Jernberg <droidbittin@gmail.com>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jiri Slaby <jirislaby@kernel.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 2 +SUBLEVEL = 3 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |