diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-23 12:06:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-23 12:06:08 +0100 |
commit | f40e0f7a433b029c8cbe2cdfa6b3210e31053e27 (patch) | |
tree | 98e3bda14780c565792194df0931faa96c82ca2a | |
parent | 8dda603d71692c2c6e112c39a3b535107306b047 (diff) | |
download | linux-stable-5.16.11.tar.gz (sig) linux-stable-5.16.11.tar.bz2 (sig) linux-stable-5.16.11.zip |
Linux 5.16.11v5.16.11
Link: https://lore.kernel.org/r/20220221084934.836145070@linuxfoundation.org
Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Zan Aziz <zanaziz313@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Slade Watkins <slade@sladewatkins.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 = 5 PATCHLEVEL = 16 -SUBLEVEL = 10 +SUBLEVEL = 11 EXTRAVERSION = NAME = Gobble Gobble |