diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-02 17:43:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-02 17:43:18 +0100 |
commit | 31e4bdd2c25b50bca6d96995abb01a54ba5bd00e (patch) | |
tree | 3492b2ceba2c146de30de9ae9885d8d4f7370190 | |
parent | dcdca4e3348cb20d4127631f4eb9964f97436428 (diff) | |
download | linux-stable-31e4bdd2c25b50bca6d96995abb01a54ba5bd00e.tar.gz linux-stable-31e4bdd2c25b50bca6d96995abb01a54ba5bd00e.tar.bz2 linux-stable-31e4bdd2c25b50bca6d96995abb01a54ba5bd00e.zip |
Linux 6.0.11v6.0.11
Link: https://lore.kernel.org/r/20221130180544.105550592@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Zan Aziz <zanaziz313@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Fenil Jain <fkjainco@gmail.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Link: https://lore.kernel.org/r/20221201131113.897261583@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Fenil Jain <fkjainco@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 0 -SUBLEVEL = 10 +SUBLEVEL = 11 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |