diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-18 19:23:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-18 19:23:06 +0200 |
commit | e526b12bf9169887f8cfe5afed2b10e56bdca4c3 (patch) | |
tree | 8230ee33ac368bf1a8fc477d1f28fa425b252044 /Makefile | |
parent | e1a199ec31617242e1a0ea8f312341e682d0c037 (diff) | |
download | linux-e526b12bf9169887f8cfe5afed2b10e56bdca4c3.tar.gz linux-e526b12bf9169887f8cfe5afed2b10e56bdca4c3.tar.bz2 linux-e526b12bf9169887f8cfe5afed2b10e56bdca4c3.zip |
Linux 6.1.111v6.1.111
Link: https://lore.kernel.org/r/20240916114221.021192667@linuxfoundation.org
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Yann Sionneau<ysionneau@kalrayinc.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Salvatore Bonaccorso <carnil@debian.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 = 110 +SUBLEVEL = 111 EXTRAVERSION = NAME = Curry Ramen |