diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-17 14:04:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-17 14:04:23 +0100 |
commit | c110fed0e606ff922d5cad8ab74ba9410ca41694 (patch) | |
tree | a6bbdede9f598962241c4894b7d1f9762e72e8e7 /Makefile | |
parent | 1b8dd2d64ea9b5c81b9cbf1686f42fb974e907a0 (diff) | |
download | linux-stable-c110fed0e606ff922d5cad8ab74ba9410ca41694.tar.gz linux-stable-c110fed0e606ff922d5cad8ab74ba9410ca41694.tar.bz2 linux-stable-c110fed0e606ff922d5cad8ab74ba9410ca41694.zip |
Linux 4.19.168v4.19.168
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20210115121957.037407908@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 = 167 +SUBLEVEL = 168 EXTRAVERSION = NAME = "People's Front" |