diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-22 12:28:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-22 12:28:07 +0200 |
commit | 4d8524048a35c03ff04c25ca1bcdf569f9aeb14a (patch) | |
tree | 389bc200180cb9f82602804d783c26408966fb3f | |
parent | a23d3576215f7447c547976817b33cb975ecec84 (diff) | |
download | linux-stable-4d8524048a35c03ff04c25ca1bcdf569f9aeb14a.tar.gz linux-stable-4d8524048a35c03ff04c25ca1bcdf569f9aeb14a.tar.bz2 linux-stable-4d8524048a35c03ff04c25ca1bcdf569f9aeb14a.zip |
Linux 5.10.68v5.10.68
Link: https://lore.kernel.org/r/20210920163915.757887582@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 67 +SUBLEVEL = 68 EXTRAVERSION = NAME = Dare mighty things |