diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 12:37:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 12:37:46 +0100 |
commit | 047dedaa38ce703d3c6a6b0fae180c85a5220cdb (patch) | |
tree | b2e8d5643cab1c9a401ef2577930bb68d8e3a266 | |
parent | 2c3920c58e030d7d97075d0c99698c42cae079d5 (diff) | |
download | linux-stable-5.4.170.tar.gz (sig) linux-stable-5.4.170.tar.bz2 (sig) linux-stable-5.4.170.zip |
Linux 5.4.170v5.4.170
Link: https://lore.kernel.org/r/20220103142051.883166998@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20220104073839.317902293@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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>
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 = 169 +SUBLEVEL = 170 EXTRAVERSION = NAME = Kleptomaniac Octopus |