diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-05 11:31:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-05 11:31:36 +0300 |
commit | 7d0a458e1963128ee5a85bf0584bea5e75149946 (patch) | |
tree | 067109260a8c067e4b90a6c796190d85a19f0c74 /Makefile | |
parent | a754ee1c66bd0a23e613f0bf865053b29cb90e16 (diff) | |
download | linux-7d0a458e1963128ee5a85bf0584bea5e75149946.tar.xz |
Linux 5.19.7
Link: https://lore.kernel.org/r/20220902121404.772492078@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
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: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
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 = 19 -SUBLEVEL = 6 +SUBLEVEL = 7 EXTRAVERSION = NAME = Superb Owl |