diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-11 11:07:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-11 11:07:52 +0300 |
commit | 52871671099d1bb3fca5ed076029e4b937bfc053 (patch) | |
tree | cf0ac72358737f1c82442dfd006be5810dde63b0 /Makefile | |
parent | d692e3406e052dbf9f6d9da0cba36cb763272529 (diff) | |
download | linux-52871671099d1bb3fca5ed076029e4b937bfc053.tar.xz |
Linux 5.4.179v5.4.179
Link: https://lore.kernel.org/r/20220209191248.688351316@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Slade Watkins <slade@sladewatkins.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 = 178 +SUBLEVEL = 179 EXTRAVERSION = NAME = Kleptomaniac Octopus |