diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-26 12:06:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-26 12:06:57 +0200 |
commit | 4068786a86905a7a358b9fe1327a480f08fb6a40 (patch) | |
tree | 3e61bf4de6b217de7f6f9115ca4d0d7cfc25b179 /Makefile | |
parent | d8d261c7cfb3a5dd921b4aeeb944718afc3f3961 (diff) | |
download | linux-stable-4068786a86905a7a358b9fe1327a480f08fb6a40.tar.gz linux-stable-4068786a86905a7a358b9fe1327a480f08fb6a40.tar.bz2 linux-stable-4068786a86905a7a358b9fe1327a480f08fb6a40.zip |
Linux 5.10.40v5.10.40
Link: https://lore.kernel.org/r/20210524152332.844251980@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.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 = 39 +SUBLEVEL = 40 EXTRAVERSION = NAME = Dare mighty things |