diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-20 11:06:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-20 11:06:57 +0100 |
commit | 6db6caba87efcfbcf57d68b540a1f0a4c0a5539b (patch) | |
tree | 6a2cd504450daeb6ae1b2b3c261bcef66c185ee5 | |
parent | 4be0407ffcf6db5bf520aac6e950e9488c96456b (diff) | |
download | linux-stable-6db6caba87efcfbcf57d68b540a1f0a4c0a5539b.tar.gz linux-stable-6db6caba87efcfbcf57d68b540a1f0a4c0a5539b.tar.bz2 linux-stable-6db6caba87efcfbcf57d68b540a1f0a4c0a5539b.zip |
Linux 5.10.201v5.10.201
Link: https://lore.kernel.org/r/20231115204644.490636297@linuxfoundation.org
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
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 = 200 +SUBLEVEL = 201 EXTRAVERSION = NAME = Dare mighty things |