diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-13 19:27:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-13 19:27:43 +0200 |
commit | 77b5472d00d158866e2e1d03c13862b428b65405 (patch) | |
tree | 8eb8ab3bce216dbe004c0b7174f5941cea698c10 | |
parent | a8344ace69ffa5adc75220e0a98380cea4df08a4 (diff) | |
download | linux-stable-77b5472d00d158866e2e1d03c13862b428b65405.tar.gz linux-stable-77b5472d00d158866e2e1d03c13862b428b65405.tar.bz2 linux-stable-77b5472d00d158866e2e1d03c13862b428b65405.zip |
Linux 5.17.3v5.17.3
Link: https://lore.kernel.org/r/20220412062951.095765152@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Zan Aziz <zanaziz313@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jiri Slaby <jirislaby@kernel.org>
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 = 17 -SUBLEVEL = 2 +SUBLEVEL = 3 EXTRAVERSION = NAME = Superb Owl |