diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-27 11:40:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-27 11:40:36 +0200 |
commit | 2d002356c3bb628937e0fb5d72a91dc493a984fe (patch) | |
tree | 6338548417045efca222427985fe1bea92792f9e | |
parent | e1a786b9bbb767fd1c922d424aaa8078cc542309 (diff) | |
download | linux-stable-2d002356c3bb628937e0fb5d72a91dc493a984fe.tar.gz linux-stable-2d002356c3bb628937e0fb5d72a91dc493a984fe.tar.bz2 linux-stable-2d002356c3bb628937e0fb5d72a91dc493a984fe.zip |
Linux 6.10.2v6.10.2
Link: https://lore.kernel.org/r/20240725142731.814288796@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Markus Reichelt <lkt+2023@mareichelt.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Christian Heusel <christian@heusel.eu>
Tested-by: Peter Schneider <pschneider1968@googlemail.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 = 10 -SUBLEVEL = 1 +SUBLEVEL = 2 EXTRAVERSION = NAME = Baby Opossum Posse |