diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-02 07:41:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-02 07:41:22 +0200 |
commit | 024a4a45fdf87218e3c0925475b05a27bcea103f (patch) | |
tree | 658359d608d9367c003b4a3d7b09cc3785d25b21 | |
parent | ed26013001092a66633436680e225020781810e6 (diff) | |
download | linux-5.10.y.tar.gz |
Linux 5.10.237v5.10.237linux-5.10.y
Link: https://lore.kernel.org/r/20250429161107.848008295@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6f7a5e72bbb96c..b0e2f455eb87c2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 10 -SUBLEVEL = 236 +SUBLEVEL = 237 EXTRAVERSION = NAME = Dare mighty things |