diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:48:36 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:48:36 +0100 |
commit | df8d35efada4a705e5e138620acff7ff9c652077 (patch) | |
tree | abb977bd8cff4dbb7f35e692d302d21d26b8ce0a | |
parent | af442dd3e3fc8285f0c8f95ca3ad6449e1e74c11 (diff) |
Linux 5.10.231v5.10.231
Link: https://lore.kernel.org/r/20241212144253.511169641@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: kernelci.org bot <bot@kernelci.org>
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 = 230 +SUBLEVEL = 231 EXTRAVERSION = NAME = Dare mighty things |