diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-28 19:55:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-28 19:55:02 +0300 |
commit | 479e8b8925415420b31e2aa65f9b0db3dea2adf4 (patch) | |
tree | 5932e3759a340e459876bb11fc944bd50cc45cac | |
parent | 610057f4f6e01dd7289f6144059ca6fd87ea3488 (diff) | |
download | linux-479e8b8925415420b31e2aa65f9b0db3dea2adf4.tar.xz |
Linux 5.10.202v5.10.202
Link: https://lore.kernel.org/r/20231124171947.127438872@linuxfoundation.org
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20231125163116.998338186@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20231126154335.643804657@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Guenter Roeck <linux@roeck-us.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 = 201 +SUBLEVEL = 202 EXTRAVERSION = NAME = Dare mighty things |