diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 13:40:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 13:40:03 +0200 |
commit | 8bd8301ccc115b7885517077a097ee028fcb1ec2 (patch) | |
tree | 319ec15711794d25f580c9f7f41507151c5d26d7 | |
parent | 8a661bad6cee44d897f9840995f2caf81e1fea49 (diff) | |
download | linux-stable-8bd8301ccc115b7885517077a097ee028fcb1ec2.tar.gz linux-stable-8bd8301ccc115b7885517077a097ee028fcb1ec2.tar.bz2 linux-stable-8bd8301ccc115b7885517077a097ee028fcb1ec2.zip |
Linux 5.10.33v5.10.33
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-By: Patrick McCormick <pmccormick@digitalocean.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Andrei Rabusov <arabusov@gmail.com>
Link: https://lore.kernel.org/r/20210426072818.777662399@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 = 32 +SUBLEVEL = 33 EXTRAVERSION = NAME = Dare mighty things |