diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-15 20:18:54 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-15 20:18:54 +0200 |
commit | ae766496dbd448eea2af4b3be8e2b2172ce38a79 (patch) | |
tree | afc45377dbf7a5d693c2bfb2cba0620033d797bf | |
parent | 5f00232112217f68e7fd8d456e91f7ac19e7f955 (diff) | |
download | linux-stable-ae766496dbd448eea2af4b3be8e2b2172ce38a79.tar.gz linux-stable-ae766496dbd448eea2af4b3be8e2b2172ce38a79.tar.bz2 linux-stable-ae766496dbd448eea2af4b3be8e2b2172ce38a79.zip |
Linux 5.15.40v5.15.40
Link: https://lore.kernel.org/r/20220513142229.874949670@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
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 = 15 -SUBLEVEL = 39 +SUBLEVEL = 40 EXTRAVERSION = NAME = Trick or Treat |