diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-07 17:52:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-07 17:52:23 +0200 |
commit | 7208d1236f72085a3290c41463ee3ee246d8afa5 (patch) | |
tree | d1b0715e2e86e18dcb63398283206dc618dc6c8b | |
parent | 0e21ef18019c5f3c83935f27e13995f37e1982f4 (diff) | |
download | linux-stable-5.10.129.tar.gz (sig) linux-stable-5.10.129.tar.bz2 (sig) linux-stable-5.10.129.zip |
Linux 5.10.129v5.10.129
Link: https://lore.kernel.org/r/20220705115615.323395630@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.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 = 128 +SUBLEVEL = 129 EXTRAVERSION = NAME = Dare mighty things |