diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 11:05:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 11:05:44 +0100 |
commit | e8a2995c6076721d496d9458e13142caa7ba8753 (patch) | |
tree | 21eaa01492800b0a9cfbfd91ec50118a5e4b7bb5 /Makefile | |
parent | 4ea9b8ed6459db9c55d303d1709551e3d8fdf539 (diff) | |
download | linux-stable-e8a2995c6076721d496d9458e13142caa7ba8753.tar.gz linux-stable-e8a2995c6076721d496d9458e13142caa7ba8753.tar.bz2 linux-stable-e8a2995c6076721d496d9458e13142caa7ba8753.zip |
Linux 5.15.17v5.15.17
Link: https://lore.kernel.org/r/20220124184100.867127425@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Link: https://lore.kernel.org/r/20220125155423.959812122@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Alan Maguire <alan.maguire@oracle.com>
Reviewed-by: Tom Saeger <tom.saeger@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 16 +SUBLEVEL = 17 EXTRAVERSION = NAME = Trick or Treat |