diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-05 09:32:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-05 09:32:02 +0200 |
commit | 7753af06eebfb56b44673bbfcb0b78d73a54ede9 (patch) | |
tree | b9da5ff8bf368bc80bb00addee2868aedc93d003 | |
parent | f19cca5d166951e6f5b92d12be8cd8a124cf5145 (diff) | |
download | linux-stable-6.1.97.tar.gz (sig) linux-stable-6.1.97.tar.bz2 (sig) linux-stable-6.1.97.zip |
Linux 6.1.97v6.1.97
Link: https://lore.kernel.org/r/20240702170226.231899085@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Kelsey Steele <kelseysteele@linux.microsoft.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 = 96 +SUBLEVEL = 97 EXTRAVERSION = NAME = Curry Ramen |