diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-14 19:41:54 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-14 19:41:54 +0300 |
commit | eed68052d2016d9f96d6656435099762608120e3 (patch) | |
tree | 406ddedcc14f54f3b4207433035c7bba9b106c99 | |
parent | 9f0c8a9d4ef1b9ebee0e4ac2495fe790727044aa (diff) | |
download | linux-5.17.y.tar.xz |
Linux 5.17.15v5.17.15linux-5.17.y
Link: https://lore.kernel.org/r/20220613094924.913340374@linuxfoundation.org
Link: https://lore.kernel.org/r/20220613181529.324450680@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Ron Economos <re@w6rz.net>
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 = 17 -SUBLEVEL = 14 +SUBLEVEL = 15 EXTRAVERSION = NAME = Superb Owl |