diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-21 15:18:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-21 15:18:56 +0200 |
commit | 22a992953741ad79c07890d3f4104585e52ef26b (patch) | |
tree | fba8fd7a9c975c5f49e8f1c60a40ecab5fde79bf | |
parent | f7cb29b2a8e5d607b694ef64189cb461a0b02e9e (diff) | |
download | linux-stable-linux-5.18.y.tar.gz linux-stable-linux-5.18.y.tar.bz2 linux-stable-linux-5.18.y.zip |
Linux 5.18.19v5.18.19linux-5.18.y
Link: https://lore.kernel.org/r/20220819153710.430046927@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 18 -SUBLEVEL = 18 +SUBLEVEL = 19 EXTRAVERSION = NAME = Superb Owl |