diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-15 20:00:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-15 20:00:09 +0200 |
commit | 07a4d3649aef01a3150fc3ddd61dc9fbd0e3f15c (patch) | |
tree | e42c74ee8059081f197d82bf67567a12a1c33780 | |
parent | d1ac096f886914ad2630ffad7adf8658d77a2870 (diff) | |
download | linux-stable-5.10.116.tar.gz (sig) linux-stable-5.10.116.tar.bz2 (sig) linux-stable-5.10.116.zip |
Linux 5.10.116v5.10.116
Link: https://lore.kernel.org/r/20220513142228.303546319@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 115 +SUBLEVEL = 116 EXTRAVERSION = NAME = Dare mighty things |