diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-14 19:45:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-14 19:45:21 +0300 |
commit | 1e5fd752d32d276166e48dc80e662cc913434c1d (patch) | |
tree | 93c054baaaa4dceff443c6a43b252a194b4d9109 /Makefile | |
parent | cdbcdddb8076a09aa6ddaf20fd911fc787dca0e5 (diff) | |
download | linux-1e5fd752d32d276166e48dc80e662cc913434c1d.tar.xz |
Linux 5.18.4
Link: https://lore.kernel.org/r/20220613094926.497929857@linuxfoundation.org
Tested-by: Ronald Warsow <rwarsow@gmx.de
Tested-by: Zan Aziz <zanaziz313@gmail.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://lore.kernel.org/r/20220613181233.078148768@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jiri Slaby <jirislaby@kernel.org>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Fenil Jain <fkjainco@gmail.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 = 18 -SUBLEVEL = 3 +SUBLEVEL = 4 EXTRAVERSION = NAME = Superb Owl |