diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:56:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:56:18 +0100 |
commit | 6ab3eda153b603d578a83e75dd1a58270ebfe3f2 (patch) | |
tree | 8539ace707835541f070b357fd338e031b1d5d7c /Makefile | |
parent | 1bcb238c54a9c6dc4bded06b06ba7458a5eefa87 (diff) | |
download | linux-stable-6ab3eda153b603d578a83e75dd1a58270ebfe3f2.tar.gz linux-stable-6ab3eda153b603d578a83e75dd1a58270ebfe3f2.tar.bz2 linux-stable-6ab3eda153b603d578a83e75dd1a58270ebfe3f2.zip |
Linux 6.2.2v6.2.2
Link: https://lore.kernel.org/r/20230301180653.263532453@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Luna Jernberg <droidbittin@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.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: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Slade Watkins <srw@sladewatkins.net>
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 = 1 +SUBLEVEL = 2 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |