diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-12 13:22:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-12 13:22:21 +0200 |
commit | 132a8267adabd645476b542b3b132c1b91988fe8 (patch) | |
tree | 76867e46fdf84dbaf3af12c69beef5f3c798afac /Makefile | |
parent | 3d7d1b0f5f41d66a2d177f9fdcdb32e23a4b2513 (diff) | |
download | linux-stable-132a8267adabd645476b542b3b132c1b91988fe8.tar.gz linux-stable-132a8267adabd645476b542b3b132c1b91988fe8.tar.bz2 linux-stable-132a8267adabd645476b542b3b132c1b91988fe8.zip |
Linux 5.10.58v5.10.58
Link: https://lore.kernel.org/r/20210810172955.660225700@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Aakash Hemadri <aakashhemadri123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 57 +SUBLEVEL = 58 EXTRAVERSION = NAME = Dare mighty things |