diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-08-28 16:22:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-08-28 16:22:59 +0200 |
commit | c6a3b81c36f98083cf13cc2de67b04a6ff381cba (patch) | |
tree | 6e876caa25256f20f27e2910738345ab00c357f8 | |
parent | 6ca3f8a9c442243918bb1f1f2f375b4dd68b6e4a (diff) |
Linux 5.10.241v5.10.241
Link: https://lore.kernel.org/r/20250826110924.562212281@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
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 = 240 +SUBLEVEL = 241 EXTRAVERSION = NAME = Dare mighty things |