diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-23 15:17:01 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-23 15:17:01 +0300 |
commit | 4a77e6ef2057d9d4e2e1df3f7739622477e8738d (patch) | |
tree | 4f30f48a5321c77de417324464f24e610793108f | |
parent | ca5539d421647d66c1d0076c4771a6a830074237 (diff) | |
download | linux-5.10.145.tar.xz (sig) |
Linux 5.10.145v5.10.145
Link: https://lore.kernel.org/r/20220921153645.663680057@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Allen Pais <apais@linux.microsoft.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 144 +SUBLEVEL = 145 EXTRAVERSION = NAME = Dare mighty things |