diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-23 16:04:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-23 16:04:06 +0100 |
commit | 8dc0fcbcfa97bdeb514fa229125791a467e0e319 (patch) | |
tree | 0e5cc786e887318f14ba8a922daca6514c0083a9 /Makefile | |
parent | 3fe6036663603240b6bd5c7c91cec1db5b10ae80 (diff) | |
download | linux-stable-8dc0fcbcfa97bdeb514fa229125791a467e0e319.tar.gz linux-stable-8dc0fcbcfa97bdeb514fa229125791a467e0e319.tar.bz2 linux-stable-8dc0fcbcfa97bdeb514fa229125791a467e0e319.zip |
Linux 5.10.10v5.10.10
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210122135735.652681690@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 9 +SUBLEVEL = 10 EXTRAVERSION = NAME = Kleptomaniac Octopus |