diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-23 14:14:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-23 14:14:07 +0200 |
commit | fcf22aefe87101424563a8dd8adec8a75b8c7576 (patch) | |
tree | 517641fc894452e60acb4f4976c086651969f7ce | |
parent | 4d8637f1d67242207410734844ca4b143ac5585e (diff) | |
download | linux-stable-fcf22aefe87101424563a8dd8adec8a75b8c7576.tar.gz linux-stable-fcf22aefe87101424563a8dd8adec8a75b8c7576.tar.bz2 linux-stable-fcf22aefe87101424563a8dd8adec8a75b8c7576.zip |
Linux 5.19.11v5.19.11
Link: https://lore.kernel.org/r/20220921153646.298361220@linuxfoundation.org
Link: https://lore.kernel.org/r/20220921164741.757857192@linuxfoundation.org
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Fenil Jain <fkjainco@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Jiri Slaby <jirislaby@kernel.org>
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 = 19 -SUBLEVEL = 10 +SUBLEVEL = 11 EXTRAVERSION = NAME = Superb Owl |