diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-29 10:26:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-29 10:26:11 +0100 |
commit | 77656fde3c0125d6ef6f7fb46af6d2739d7b7141 (patch) | |
tree | aa3736724ca157d1d2a8545e362c9eb3dcd9da4a /Makefile | |
parent | ae2b20f27732fe92055d9e7b350abc5cdf3e2414 (diff) | |
download | linux-stable-77656fde3c0125d6ef6f7fb46af6d2739d7b7141.tar.gz linux-stable-77656fde3c0125d6ef6f7fb46af6d2739d7b7141.tar.bz2 linux-stable-77656fde3c0125d6ef6f7fb46af6d2739d7b7141.zip |
Linux 5.10.95v5.10.95
Link: https://lore.kernel.org/r/20220127180258.131170405@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 94 +SUBLEVEL = 95 EXTRAVERSION = NAME = Dare mighty things |