diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-05 11:08:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-05 11:08:56 +0100 |
commit | b94de4d19498b454645b72d08a05d32fa9074fb5 (patch) | |
tree | d54e852e1e1c557508b4296d81a5e32f8e2e986f | |
parent | 906fa9ac4360e3cb2703289684bc973de5f1424d (diff) | |
download | linux-stable-b94de4d19498b454645b72d08a05d32fa9074fb5.tar.gz linux-stable-b94de4d19498b454645b72d08a05d32fa9074fb5.tar.bz2 linux-stable-b94de4d19498b454645b72d08a05d32fa9074fb5.zip |
Linux 4.19.155v4.19.155
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20201103203232.656475008@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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 154 +SUBLEVEL = 155 EXTRAVERSION = NAME = "People's Front" |