diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 12:42:40 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 12:42:40 +0100 |
commit | 734eb1fd2073f503f5c6b44f1c0d453ca6986b84 (patch) | |
tree | ebe7353403344d108ddcda387cfb0d43543df4ce /Makefile | |
parent | bc5fce3dff9a7f3c75311128dcb17daf96776b82 (diff) | |
download | linux-stable-734eb1fd2073f503f5c6b44f1c0d453ca6986b84.tar.gz linux-stable-734eb1fd2073f503f5c6b44f1c0d453ca6986b84.tar.bz2 linux-stable-734eb1fd2073f503f5c6b44f1c0d453ca6986b84.zip |
Linux 5.15.13v5.15.13
Link: https://lore.kernel.org/r/20220103142056.911344037@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20220104073845.629257314@linuxfoundation.org
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Zan Aziz <zanaziz313@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 12 +SUBLEVEL = 13 EXTRAVERSION = NAME = Trick or Treat |