diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-10-29 09:55:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-10-29 09:55:18 +0100 |
commit | 79524e8c64bda80bb35ab490177d0e6813bf112c (patch) | |
tree | 1b0bf2e1f1e1c946df94025905de210326e5e72f | |
parent | a1a4cfbd0d225cf53566cd56bb04f64c0fe24477 (diff) | |
download | linux-stable-79524e8c64bda80bb35ab490177d0e6813bf112c.tar.gz linux-stable-79524e8c64bda80bb35ab490177d0e6813bf112c.tar.bz2 linux-stable-79524e8c64bda80bb35ab490177d0e6813bf112c.zip |
Linux 4.19.153v4.19.153
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20201027135430.632029009@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 = 152 +SUBLEVEL = 153 EXTRAVERSION = NAME = "People's Front" |