diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-30 16:29:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-30 16:29:34 +0200 |
commit | e0081d1e9c57b0ee4039158a3939317c5085bfe7 (patch) | |
tree | 1e9a9f9d6bc432b349ff1176a852c972f8de6f32 | |
parent | 47e0c6b594dea41e3b9ffbf74cbb6548f1212a9b (diff) | |
download | linux-stable-e0081d1e9c57b0ee4039158a3939317c5085bfe7.tar.gz linux-stable-e0081d1e9c57b0ee4039158a3939317c5085bfe7.tar.bz2 linux-stable-e0081d1e9c57b0ee4039158a3939317c5085bfe7.zip |
Linux 6.10.12v6.10.12
Link: https://lore.kernel.org/r/20240927121718.789211866@linuxfoundation.org
Tested-by: Allen Pais <apais@linux.microsoft.com>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Kexy Biscuit <kexybiscuit@aosc.io>
Tested-by: kernelci.org bot <bot@kernelci.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
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 = 10 -SUBLEVEL = 11 +SUBLEVEL = 12 EXTRAVERSION = NAME = Baby Opossum Posse |