diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-23 14:00:34 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-23 14:00:34 +0100 |
commit | 3242aa3a635c0958671ee1e4b0958dcc7c4e5c79 (patch) | |
tree | 31238d06d584e6f2b006a6149d24f23b188e9836 | |
parent | 3017f5e12bbfe19add7dc921caddc2a1c0066814 (diff) | |
download | linux-stable-4.14.222.tar.gz (sig) linux-stable-4.14.222.tar.bz2 (sig) linux-stable-4.14.222.zip |
Linux 4.14.222v4.14.222
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210222121027.174911182@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 = 221 +SUBLEVEL = 222 EXTRAVERSION = NAME = Petit Gorille |