diff options
author | Greg Kroah-Hartman | 2023-10-25 12:03:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-10-25 12:03:17 +0200 |
commit | 32c9cdbe383c153af23cfa1df0a352b97ab3df7a (patch) | |
tree | fe7e1abd72155d159ba0ed074f98b5766776eb7a /Makefile | |
parent | 7f5bb254be8dca8432e558ad76e4cc657cd73e9b (diff) |
Linux 6.1.60
Link: https://lore.kernel.org/r/20231023104828.488041585@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Ricardo B. Marliere <ricardo@marliere.net>
Tested-by: Allen Pais <apais@linux.microsoft.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.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 = 6 PATCHLEVEL = 1 -SUBLEVEL = 59 +SUBLEVEL = 60 EXTRAVERSION = NAME = Curry Ramen |