diff options
author | Greg Kroah-Hartman | 2023-10-06 14:57:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-10-06 14:57:07 +0200 |
commit | ecda77b46871007ab0e6c671fe9df5795dd8154a (patch) | |
tree | 0070c897e6137774226566bf96f03bfc29c133e1 /Makefile | |
parent | 8c515d4f2d668c1a3ba43b2d219be237087b7380 (diff) |
Linux 6.1.56
Link: https://lore.kernel.org/r/20231004175217.404851126@linuxfoundation.org
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Allen Pais <apais@linux.microsoft.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 55 +SUBLEVEL = 56 EXTRAVERSION = NAME = Curry Ramen |