diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-14 10:57:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-14 10:57:23 +0100 |
commit | 43e577d7a2cb60ad478387155c9de352f152101e (patch) | |
tree | 4245218f3bd86de94e4d4788b28ae2c5b783e7d5 | |
parent | c2bd1add2c3ecd496bfb8fb1f7440be16941e1a0 (diff) | |
download | linux-stable-43e577d7a2cb60ad478387155c9de352f152101e.tar.gz linux-stable-43e577d7a2cb60ad478387155c9de352f152101e.tar.bz2 linux-stable-43e577d7a2cb60ad478387155c9de352f152101e.zip |
Linux 5.15.8v5.15.8
Link: https://lore.kernel.org/r/20211213092945.091487407@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Rudi Heitbaum <rudi@heitbaum.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 = 15 -SUBLEVEL = 7 +SUBLEVEL = 8 EXTRAVERSION = NAME = Trick or Treat |