diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-23 15:49:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-23 15:49:57 +0100 |
commit | 2263955bf7e71ca8419b64d7a60510aad29002f6 (patch) | |
tree | cd727a67e998f8b3e7397f18482e02001dd34228 /Makefile | |
parent | cfca01ab14514370706f1d940dd2d47030dd4825 (diff) | |
download | linux-stable-2263955bf7e71ca8419b64d7a60510aad29002f6.tar.gz linux-stable-2263955bf7e71ca8419b64d7a60510aad29002f6.tar.bz2 linux-stable-2263955bf7e71ca8419b64d7a60510aad29002f6.zip |
Linux 4.19.170v4.19.170
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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>
Link: https://lore.kernel.org/r/20210122135731.921636245@linuxfoundation.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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 169 +SUBLEVEL = 170 EXTRAVERSION = NAME = "People's Front" |