diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-13 13:55:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-13 13:55:19 +0100 |
commit | de53befa79cfd74c01fbbdeb45c700b3e9e13011 (patch) | |
tree | 78546e2dc6af4f68236efb4a9021f2c7454f502b | |
parent | bddcce15cd1fb9675ddd46a76d8fe2d0a571313b (diff) | |
download | linux-stable-de53befa79cfd74c01fbbdeb45c700b3e9e13011.tar.gz linux-stable-de53befa79cfd74c01fbbdeb45c700b3e9e13011.tar.bz2 linux-stable-de53befa79cfd74c01fbbdeb45c700b3e9e13011.zip |
Linux 5.10.16v5.10.16
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Ross Schmidt <ross.schm.dev@gmail.com>
Link: https://lore.kernel.org/r/20210211150152.885701259@linuxfoundation.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 = 15 +SUBLEVEL = 16 EXTRAVERSION = NAME = Kleptomaniac Octopus |