diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-02 18:25:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-02 18:25:13 +0100 |
commit | 0447aa205abe1c0c016b4f7fa9d7c08d920b5c8e (patch) | |
tree | 282aef4b2c138a556419ef9aa80cd27a696b7af9 | |
parent | a9ded117c98b0aa20e20cb82943ba5f0c34c8881 (diff) | |
download | linux-stable-0447aa205abe1c0c016b4f7fa9d7c08d920b5c8e.tar.gz linux-stable-0447aa205abe1c0c016b4f7fa9d7c08d920b5c8e.tar.bz2 linux-stable-0447aa205abe1c0c016b4f7fa9d7c08d920b5c8e.zip |
Linux 4.14.254v4.14.254
Link: https://lore.kernel.org/r/20211101082447.070493993@linuxfoundation.org
Link: https://lore.kernel.org/r/20211101114159.506284752@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 253 +SUBLEVEL = 254 EXTRAVERSION = NAME = Petit Gorille |