diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-10 12:36:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-10 12:36:02 +0100 |
commit | 53fff24aaf01dcb09cbfabbe060f42db8e61ab01 (patch) | |
tree | 58a0b2fee508bfa8e811bf7bff794f75f1178218 | |
parent | 779d3e303977edbe43c4f0017d1553b4306d8d9e (diff) | |
download | linux-stable-53fff24aaf01dcb09cbfabbe060f42db8e61ab01.tar.gz linux-stable-53fff24aaf01dcb09cbfabbe060f42db8e61ab01.tar.bz2 linux-stable-53fff24aaf01dcb09cbfabbe060f42db8e61ab01.zip |
Linux 4.19.156v4.19.156
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20201109125019.906191744@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 = 155 +SUBLEVEL = 156 EXTRAVERSION = NAME = "People's Front" |