diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-05 14:35:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-05 14:35:37 +0300 |
commit | b8f53f91712808313bf7b5bd9947d7095968248a (patch) | |
tree | 3dd95fcc4066a127341b3de1b534ea80d9eaadf0 /Makefile | |
parent | 4fc41403f0b6e4ac454f2ec27c05564fdbdf036b (diff) | |
download | linux-b8f53f91712808313bf7b5bd9947d7095968248a.tar.xz |
Linux 5.4.177v5.4.177
Link: https://lore.kernel.org/r/20220204091912.329106021@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Slade Watkins <slade@sladewatkins.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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>
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 = 176 +SUBLEVEL = 177 EXTRAVERSION = NAME = Kleptomaniac Octopus |