diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-08 18:24:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-08 18:24:35 +0100 |
commit | 76fd334f07cc11e047c2237a19b2cf8b1f653ba2 (patch) | |
tree | fd4e89b07c9726f4c262a1d3f65a0ae495cfc63a | |
parent | ed339069725a44633bd7922434176fd43a9c21ac (diff) | |
download | linux-stable-76fd334f07cc11e047c2237a19b2cf8b1f653ba2.tar.gz linux-stable-76fd334f07cc11e047c2237a19b2cf8b1f653ba2.tar.bz2 linux-stable-76fd334f07cc11e047c2237a19b2cf8b1f653ba2.zip |
Linux 5.4.178v5.4.178
Link: https://lore.kernel.org/r/20220207103753.155627314@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Slade Watkins <slade@sladewatkins.com>
Tested-by: Guenter Roeck <linux@roeck-us.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>
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 = 177 +SUBLEVEL = 178 EXTRAVERSION = NAME = Kleptomaniac Octopus |