diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-23 11:11:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-23 11:11:13 +0200 |
commit | d23900f974e0fb995b36ef47283a5aa74ca25f51 (patch) | |
tree | c4ec457fb1c0b18d4ded0fe7c8f53e4a896f6582 /Makefile | |
parent | 0db211ec0f1d32b93486e8f6565249ad4d1bece5 (diff) | |
download | linux-stable-d23900f974e0fb995b36ef47283a5aa74ca25f51.tar.gz linux-stable-d23900f974e0fb995b36ef47283a5aa74ca25f51.tar.bz2 linux-stable-d23900f974e0fb995b36ef47283a5aa74ca25f51.zip |
Linux 6.1.55v6.1.55
Link: https://lore.kernel.org/r/20230920112835.549467415@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Tested-by: Conor Dooley <conor.dooley@microchip.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 = 54 +SUBLEVEL = 55 EXTRAVERSION = NAME = Curry Ramen |