diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-15 11:32:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-15 11:32:07 +0200 |
commit | f1101295c145e9710b1b37e9b0a13ef9af9af0c9 (patch) | |
tree | 091933d749319bf56cbf24d0746b0c91106f4756 | |
parent | 71d3adbb2890f62c300a416244c9352ca3900dd4 (diff) | |
download | linux-stable-f1101295c145e9710b1b37e9b0a13ef9af9af0c9.tar.gz linux-stable-f1101295c145e9710b1b37e9b0a13ef9af9af0c9.tar.bz2 linux-stable-f1101295c145e9710b1b37e9b0a13ef9af9af0c9.zip |
Linux 5.10.143v5.10.143
Link: https://lore.kernel.org/r/20220913140350.291927556@linuxfoundation.org
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
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 = 142 +SUBLEVEL = 143 EXTRAVERSION = NAME = Dare mighty things |