diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-08 18:35:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-08 18:35:20 +0100 |
commit | df659ebe5d2fd64d679bb2f955db570125c1883c (patch) | |
tree | 709e0318140550052b200ced77ad65174be4db29 | |
parent | 0efb43eb32a19a28f61b3543a11dc33ef43419e0 (diff) | |
download | linux-stable-df659ebe5d2fd64d679bb2f955db570125c1883c.tar.gz linux-stable-df659ebe5d2fd64d679bb2f955db570125c1883c.tar.bz2 linux-stable-df659ebe5d2fd64d679bb2f955db570125c1883c.zip |
Linux 5.16.8v5.16.8
Link: https://lore.kernel.org/r/20220207103804.053675072@linuxfoundation.org
Link: https://lore.kernel.org/r/20220207133856.644483064@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Zan Aziz <zanaziz313@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Slade Watkins <slade@sladewatkins.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Scott Bruce <smbruce@gmail.com>
Tested-by: Fox Chen <foxhlchen@gmail.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 = 7 +SUBLEVEL = 8 EXTRAVERSION = NAME = Gobble Gobble |