diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-15 18:32:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-15 18:32:41 +0200 |
commit | adc4d740ad9ec780657327c69ab966fa4fdf0e8e (patch) | |
tree | 8239c67a252fdc3b8be7f8c1f3ecf9f3eb9b6b59 /Makefile | |
parent | 38fd36728f40d7c83979d9b1443cffcf368790b0 (diff) | |
download | linux-stable-adc4d740ad9ec780657327c69ab966fa4fdf0e8e.tar.gz linux-stable-adc4d740ad9ec780657327c69ab966fa4fdf0e8e.tar.bz2 linux-stable-adc4d740ad9ec780657327c69ab966fa4fdf0e8e.zip |
Linux 6.1.58v6.1.58
Link: https://lore.kernel.org/r/20231012180030.112560642@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Ricardo B. Marliere <ricardo@marliere.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 6 PATCHLEVEL = 1 -SUBLEVEL = 57 +SUBLEVEL = 58 EXTRAVERSION = NAME = Curry Ramen |