diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-22 14:13:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-22 14:13:21 +0200 |
commit | 4f3fee72a74c88c9039ce0405a715f6221791d06 (patch) | |
tree | d778651271dd5002e8317e72091432ee7950d35d | |
parent | e0b6018894b8f86811f8f62e7846ed27832abb48 (diff) | |
download | linux-stable-4f3fee72a74c88c9039ce0405a715f6221791d06.tar.gz linux-stable-4f3fee72a74c88c9039ce0405a715f6221791d06.tar.bz2 linux-stable-4f3fee72a74c88c9039ce0405a715f6221791d06.zip |
Linux 5.10.124v5.10.124
Link: https://lore.kernel.org/r/20220620124720.882450983@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.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 = 123 +SUBLEVEL = 124 EXTRAVERSION = NAME = Dare mighty things |