diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-09 15:25:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-09 15:25:07 +0300 |
commit | 14c02f4e6920ecbd7f6ccb3712e7fd0abda509c7 (patch) | |
tree | 8f09821144c4ec8b8750d67ee59898af41d92bfb | |
parent | d675fefbaec3815b3ae0af1bebd97f27df3a05c8 (diff) | |
download | linux-14c02f4e6920ecbd7f6ccb3712e7fd0abda509c7.tar.xz |
Linux 5.10.233v5.10.233
Link: https://lore.kernel.org/r/20250106151133.209718681@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: kernelci.org bot <bot@kernelci.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 = 232 +SUBLEVEL = 233 EXTRAVERSION = NAME = Dare mighty things |