diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-02 19:48:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-02 19:48:25 +0100 |
commit | 09df347cfd189774130f8ae8267324b97aaf868e (patch) | |
tree | dd66b25b94b6ace5e1e947b4fe4dd2992e5a9811 | |
parent | fbb91dadb512e8602c68ab6d5a049420aaebc55e (diff) | |
download | linux-stable-09df347cfd189774130f8ae8267324b97aaf868e.tar.gz linux-stable-09df347cfd189774130f8ae8267324b97aaf868e.tar.bz2 linux-stable-09df347cfd189774130f8ae8267324b97aaf868e.zip |
Linux 5.10.77v5.10.77
Link: https://lore.kernel.org/r/20211101082511.254155853@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
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 = 76 +SUBLEVEL = 77 EXTRAVERSION = NAME = Dare mighty things |