diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 11:43:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 11:43:53 +0200 |
commit | c84df89f0476b1616ee3fe9de6030f018ad002c3 (patch) | |
tree | 4bc268d526513e0e51dc22f4e89ce2d0326f03e9 | |
parent | 8cbbb75ab817e8af3305dee22608924a5f8a2d1f (diff) | |
download | linux-stable-c84df89f0476b1616ee3fe9de6030f018ad002c3.tar.gz linux-stable-c84df89f0476b1616ee3fe9de6030f018ad002c3.tar.bz2 linux-stable-c84df89f0476b1616ee3fe9de6030f018ad002c3.zip |
Linux 5.12.6v5.12.6
Link: https://lore.kernel.org/r/20210520092053.516042993@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Link: https://lore.kernel.org/r/20210520152254.218537944@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.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 = 12 -SUBLEVEL = 5 +SUBLEVEL = 6 EXTRAVERSION = NAME = Frozen Wasteland |