diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-03 11:29:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-03 11:29:52 +0200 |
commit | 66534fe2b9400003b0f49cc94686a162132b64e7 (patch) | |
tree | 446d73d52957c56403d0b0b4f1556c64d17266d3 | |
parent | e54835be930d27f9e9db9ffdbb4a4d9785d06e18 (diff) | |
download | linux-stable-66534fe2b9400003b0f49cc94686a162132b64e7.tar.gz linux-stable-66534fe2b9400003b0f49cc94686a162132b64e7.tar.bz2 linux-stable-66534fe2b9400003b0f49cc94686a162132b64e7.zip |
Linux 5.8.6v5.8.6
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 8 -SUBLEVEL = 5 +SUBLEVEL = 6 EXTRAVERSION = NAME = Kleptomaniac Octopus |