diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-31 08:19:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-31 08:19:39 +0200 |
commit | 5b1de8e15f0f3c4f91bf361c2bab5c2d9e7afad9 (patch) | |
tree | 597c82408c557d1abc22763753646bff8708f99b | |
parent | ebb1b38be0c9d471d9fa2de96ddf7f1773708965 (diff) | |
download | linux-stable-5b1de8e15f0f3c4f91bf361c2bab5c2d9e7afad9.tar.gz linux-stable-5b1de8e15f0f3c4f91bf361c2bab5c2d9e7afad9.tar.bz2 linux-stable-5b1de8e15f0f3c4f91bf361c2bab5c2d9e7afad9.zip |
Linux 5.4.137v5.4.137
Link: https://lore.kernel.org/r/20210729135142.920143237@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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 = 4 -SUBLEVEL = 136 +SUBLEVEL = 137 EXTRAVERSION = NAME = Kleptomaniac Octopus |