diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-03 11:22:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-03 11:22:34 +0200 |
commit | 2f166cdcf8a92fcf85524f2b5526cb28e16f0a60 (patch) | |
tree | fe449b633bc29a50740aaf2fadcf3f941928f674 | |
parent | 79c16fe5893d325e831cb299bb536c7277c4e4a7 (diff) | |
download | linux-stable-2f166cdcf8a92fcf85524f2b5526cb28e16f0a60.tar.gz linux-stable-2f166cdcf8a92fcf85524f2b5526cb28e16f0a60.tar.bz2 linux-stable-2f166cdcf8a92fcf85524f2b5526cb28e16f0a60.zip |
Linux 4.14.196v4.14.196
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 195 +SUBLEVEL = 196 EXTRAVERSION = NAME = Petit Gorille |