diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-11 13:25:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-11 13:25:04 +0100 |
commit | 13d2ce42de8cb98ff952f8de6307f896203854c2 (patch) | |
tree | 12d895773b4b39196dda73214839f0e3abd3d0b9 | |
parent | 5c1fcd512075e6d89fb1333ca640a91801177bbd (diff) | |
download | linux-rt-13d2ce42de8cb98ff952f8de6307f896203854c2.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 162 +SUBLEVEL = 163 EXTRAVERSION = NAME = "People's Front" |