diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-22 10:14:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-22 10:14:12 +0100 |
commit | fc8334619167ce90b6d3f76e3dce9284dbe14fa2 (patch) | |
tree | 32593e7c489898c483e5daf496312b03c752ebe8 | |
parent | 26c7d2883851c70c854a98934ae27379286de8bb (diff) | |
download | linux-stable-fc8334619167ce90b6d3f76e3dce9284dbe14fa2.tar.gz linux-stable-fc8334619167ce90b6d3f76e3dce9284dbe14fa2.tar.bz2 linux-stable-fc8334619167ce90b6d3f76e3dce9284dbe14fa2.zip |
Linux 5.4.79v5.4.79
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20201120104541.058449969@linuxfoundation.org
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 = 78 +SUBLEVEL = 79 EXTRAVERSION = NAME = Kleptomaniac Octopus |