diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-27 10:40:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-27 10:40:24 +0200 |
commit | b15dc4170c6317731c00fa8fe7d4d99a0a04c83c (patch) | |
tree | e9509b2f0e25bd97c945d9e966172888beff1af3 | |
parent | 7431144b406ae82807eb87d8c98e518475b0450f (diff) |
Linux 5.10.223v5.10.223
Link: https://lore.kernel.org/r/20240725142733.262322603@linuxfoundation.org
Tested-by: ChromeOS CQ Test <chromeos-kernel-stable-merge@google.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: kernelci.org bot <bot@kernelci.org>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.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
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 10 -SUBLEVEL = 222 +SUBLEVEL = 223 EXTRAVERSION = NAME = Dare mighty things |