diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 14:17:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 14:17:48 +0300 |
commit | b57d01c66f40ec96d8a5df6c2cdbd75e15e5f07c (patch) | |
tree | 5abd084df07d0c98fd4041686f34aa3ac552be2e | |
parent | 7e8bad2cf3930e2ff7cab10644ca111bacaba398 (diff) | |
download | linux-b57d01c66f40ec96d8a5df6c2cdbd75e15e5f07c.tar.xz |
Linux 5.10.225v5.10.225
Link: https://lore.kernel.org/r/20240901160814.090297276@linuxfoundation.org
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 224 +SUBLEVEL = 225 EXTRAVERSION = NAME = Dare mighty things |