diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-20 12:38:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-20 12:38:33 +0200 |
commit | 99c2dfe47a9c6613e040f1721368c2c298383257 (patch) | |
tree | b76f1952504269ef3dd0ca8b3aa9cfdacf99a25c | |
parent | 744f98f71dc6424324272bc66d982a43f72fe009 (diff) | |
download | linux-stable-99c2dfe47a9c6613e040f1721368c2c298383257.tar.gz |
Linux 5.10.144v5.10.144
Link: https://lore.kernel.org/r/20220916100445.354452396@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Hulk Robot <hulkrobot@huawei.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 = 143 +SUBLEVEL = 144 EXTRAVERSION = NAME = Dare mighty things |