diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-12 08:56:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-12 08:56:42 +0200 |
commit | a0f68fb55ebc85e5ed3c6582ffc70379340c4a72 (patch) | |
tree | 85d09cf76a537d25daeb8923d7ae916510c8c561 | |
parent | d83f0b39e72e78d6ecde4ed2da7822673e625799 (diff) | |
download | linux-stable-a0f68fb55ebc85e5ed3c6582ffc70379340c4a72.tar.gz linux-stable-a0f68fb55ebc85e5ed3c6582ffc70379340c4a72.tar.bz2 linux-stable-a0f68fb55ebc85e5ed3c6582ffc70379340c4a72.zip |
Linux 5.4.145v5.4.145
Link: https://lore.kernel.org/r/20210910122917.149278545@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 144 +SUBLEVEL = 145 EXTRAVERSION = NAME = Kleptomaniac Octopus |