diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-29 13:47:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-29 13:47:12 +0100 |
commit | 1752938529c614a8ed4432ecce6ebc95d3b87207 (patch) | |
tree | 383bec4bd6009a20dcaa6949a47ea924fdaa3b15 | |
parent | 845c8f20ef1babb5c047891342c5f8fe83e06d10 (diff) | |
download | linux-stable-1752938529c614a8ed4432ecce6ebc95d3b87207.tar.gz linux-stable-1752938529c614a8ed4432ecce6ebc95d3b87207.tar.bz2 linux-stable-1752938529c614a8ed4432ecce6ebc95d3b87207.zip |
Linux 4.14.213v4.14.213
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20201228124904.654293249@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 = 212 +SUBLEVEL = 213 EXTRAVERSION = NAME = Petit Gorille |