diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-23 10:46:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-23 10:46:37 +0200 |
commit | ca87c82811906f4fc5e936705564ba8176ba497f (patch) | |
tree | 0e7344bea1badad2054ebdfa6aa442b2f179bc5e | |
parent | 442497b27a34c1a7688d0f8ab29c3ebd9d6e37c1 (diff) | |
download | linux-stable-ca87c82811906f4fc5e936705564ba8176ba497f.tar.gz linux-stable-ca87c82811906f4fc5e936705564ba8176ba497f.tar.bz2 linux-stable-ca87c82811906f4fc5e936705564ba8176ba497f.zip |
Linux 4.14.199v4.14.199
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/lkml/20200921162035.541285330@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 = 14 -SUBLEVEL = 198 +SUBLEVEL = 199 EXTRAVERSION = NAME = Petit Gorille |