diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-08 09:01:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-08 09:01:15 +0100 |
commit | e3c95128def1c937754a5cdc3d297fa47968e9f6 (patch) | |
tree | bfb68c4cdbd9bf35c419b7db374f8c6d5263031f /Makefile | |
parent | 5df7d6a012fc5cfebaaa708b27b64592271467eb (diff) | |
download | linux-stable-e3c95128def1c937754a5cdc3d297fa47968e9f6.tar.gz linux-stable-e3c95128def1c937754a5cdc3d297fa47968e9f6.tar.bz2 linux-stable-e3c95128def1c937754a5cdc3d297fa47968e9f6.zip |
Linux 5.4.164v5.4.164
Link: https://lore.kernel.org/r/20211206145551.909846023@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: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 4 -SUBLEVEL = 163 +SUBLEVEL = 164 EXTRAVERSION = NAME = Kleptomaniac Octopus |