diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:31:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:31:02 +0200 |
commit | 7222a9d1c9246944d284902fb9aed25613dd0ece (patch) | |
tree | fc2aaa5a650c5f24dfdc45f23a3350801e08ea34 | |
parent | 2233f99ac85f5a555ebb5fe953c08ccdfa797b56 (diff) | |
download | linux-7222a9d1c9246944d284902fb9aed25613dd0ece.tar.gz linux-7222a9d1c9246944d284902fb9aed25613dd0ece.tar.bz2 linux-7222a9d1c9246944d284902fb9aed25613dd0ece.zip |
Linux 5.10.236v5.10.236
Link: https://lore.kernel.org/r/20250408104820.353768086@linuxfoundation.org
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: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20250409115831.755826974@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 235 +SUBLEVEL = 236 EXTRAVERSION = NAME = Dare mighty things |