diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-25 14:36:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-25 14:36:22 +0200 |
commit | 71046eac2db9aeccf10763d034a1a123911c9a81 (patch) | |
tree | 9ab24f6470b40a284e868b88f3cf8baa43be9a93 | |
parent | 6cd9bd2a2ddb63ecf0b41fe587554ea7c2a61ebe (diff) | |
download | linux-stable-71046eac2db9aeccf10763d034a1a123911c9a81.tar.gz linux-stable-71046eac2db9aeccf10763d034a1a123911c9a81.tar.bz2 linux-stable-71046eac2db9aeccf10763d034a1a123911c9a81.zip |
Linux 5.10.53v5.10.53
Link: https://lore.kernel.org/r/20210722155624.672583740@linuxfoundation.org
Link: https://lore.kernel.org/r/20210722184939.163840701@linuxfoundation.org
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: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.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 = 52 +SUBLEVEL = 53 EXTRAVERSION = NAME = Dare mighty things |