diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-03 23:28:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-03 23:28:52 +0100 |
commit | 0c245c5fe93f0e9769de4a8b31f129b2759bf802 (patch) | |
tree | 49af22d9acb3eeac5a5c4d0b22563bc803d3deab | |
parent | 55d900415b81680bcd5f93be51f26ebfc51ac6fb (diff) | |
download | linux-stable-5.10.13.tar.gz (sig) linux-stable-5.10.13.tar.bz2 (sig) linux-stable-5.10.13.zip |
Linux 5.10.13v5.10.13
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210202132957.692094111@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 = 12 +SUBLEVEL = 13 EXTRAVERSION = NAME = Kleptomaniac Octopus |