diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-21 13:44:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-21 13:44:15 +0100 |
commit | 9ac77cf6e1bd35ef538077245feaee8f1146ca4b (patch) | |
tree | 65e533390df64df59e89bfeb81d08003146c6206 | |
parent | 1af7386f5f71f8cb23ea34862b481ed6a33ef538 (diff) | |
download | linux-stable-5.15.4.tar.gz (sig) linux-stable-5.15.4.tar.bz2 (sig) linux-stable-5.15.4.zip |
Linux 5.15.4v5.15.4
Link: https://lore.kernel.org/r/20211119171444.640508836@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-By: Scott Bruce <smbruce@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 = 15 -SUBLEVEL = 3 +SUBLEVEL = 4 EXTRAVERSION = NAME = Trick or Treat |