aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2020-12-11 06:25:04 -0600
committerGreg Kroah-Hartman2020-12-11 06:25:04 -0600
commit13d2ce42de8cb98ff952f8de6307f896203854c2 (patch)
tree12d895773b4b39196dda73214839f0e3abd3d0b9
parent5c1fcd512075e6d89fb1333ca640a91801177bbd (diff)
downloadkernel-13d2ce42de8cb98ff952f8de6307f896203854c2.tar.gz
kernel-13d2ce42de8cb98ff952f8de6307f896203854c2.tar.xz
kernel-13d2ce42de8cb98ff952f8de6307f896203854c2.zip
Linux 4.19.163v4.19.163
Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Pavel Machek (CIP) <pavel@denx.de> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Link: https://lore.kernel.org/r/20201210142602.272595094@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71e55c5cd74a..b651d77eb2df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1# SPDX-License-Identifier: GPL-2.0 1# SPDX-License-Identifier: GPL-2.0
2VERSION = 4 2VERSION = 4
3PATCHLEVEL = 19 3PATCHLEVEL = 19
4SUBLEVEL = 162 4SUBLEVEL = 163
5EXTRAVERSION = 5EXTRAVERSION =
6NAME = "People's Front" 6NAME = "People's Front"
7 7