diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-11 14:47:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-11 14:47:41 +0200 |
commit | 72bb632d15f2eabf22b085d79590125a6e2e1aa3 (patch) | |
tree | 546f90bf1e2e2b230f7495c42f20547a85a7fdbb | |
parent | 14b2801ccd9ba9ab13dc231e0a4c7cf1dc42d854 (diff) | |
download | linux-stable-72bb632d15f2eabf22b085d79590125a6e2e1aa3.tar.gz linux-stable-72bb632d15f2eabf22b085d79590125a6e2e1aa3.tar.bz2 linux-stable-72bb632d15f2eabf22b085d79590125a6e2e1aa3.zip |
Linux 5.10.36v5.10.36
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Joel Stanley <joel@jms.id.au>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Link: https://lore.kernel.org/r/20210510102004.821838356@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 = 35 +SUBLEVEL = 36 EXTRAVERSION = NAME = Dare mighty things |