diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-28 22:03:33 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-28 22:03:33 +0100 |
commit | 3423cae6907838f760aada1a72bb6e378ebaa16d (patch) | |
tree | 3d924b20d1f285bff5ec1ccc0dbcdc9fa1a12a20 | |
parent | 2fa52cd829c194c86f3c324d2a49018393bf70d1 (diff) | |
download | linux-3423cae6907838f760aada1a72bb6e378ebaa16d.tar.gz linux-3423cae6907838f760aada1a72bb6e378ebaa16d.tar.bz2 linux-3423cae6907838f760aada1a72bb6e378ebaa16d.zip |
Linux 6.12.21v6.12.21
Link: https://lore.kernel.org/r/20250325122149.207086105@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20250326154546.724728617@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com><br>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 12 -SUBLEVEL = 20 +SUBLEVEL = 21 EXTRAVERSION = NAME = Baby Opossum Posse |