diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-17 19:28:01 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-17 19:28:01 +0300 |
commit | d5eca7ebcf6f64c4aebf9684c365c130a3a069b3 (patch) | |
tree | 0b5bd4b4fb537e3ff814b2e3feded66b87a434c2 | |
parent | 48900d839a3454050fd5822e34be8d54c4ec9b86 (diff) | |
download | linux-5.10.y.tar.xz |
Linux 5.10.240v5.10.240linux-5.10.y
Link: https://lore.kernel.org/r/20250715130810.830580412@linuxfoundation.org
Tested-by: Brett A C Sheffield (Librecast) <bacs@librecast.net>
Link: https://lore.kernel.org/r/20250715150416.252033217@linuxfoundation.org
Link: https://lore.kernel.org/r/20250715163613.640534312@linuxfoundation.org
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 239 +SUBLEVEL = 240 EXTRAVERSION = NAME = Dare mighty things |