diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-13 18:39:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-13 18:39:30 +0100 |
commit | ba6f5fb465114fcd48ddb2c7a7740915b2289d6b (patch) | |
tree | 3c37212390466ca0b356738059bb9c0cdfad35fd | |
parent | f38b4e99e24cbc45084552fe50273ed847a4f511 (diff) | |
download | linux-starfive-ba6f5fb465114fcd48ddb2c7a7740915b2289d6b.tar.gz linux-starfive-ba6f5fb465114fcd48ddb2c7a7740915b2289d6b.tar.bz2 linux-starfive-ba6f5fb465114fcd48ddb2c7a7740915b2289d6b.zip |
Linux 6.1.68v6.1.68
Link: https://lore.kernel.org/r/20231211182036.606660304@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Kelsey Steele <kelseysteele@linux.microsoft.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: SeongJae Park <sj@kernel.org>
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 = 67 +SUBLEVEL = 68 EXTRAVERSION = NAME = Curry Ramen |