diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-22 09:18:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-22 09:18:02 +0100 |
commit | 8ee0807eedf3bc60c8a47a7dd95387102bcfd063 (patch) | |
tree | 25fa2c84399c7bf84cb01a97a418289b37a2a6ef | |
parent | 9bebb2eedf679b3be4acaa20efda97f32c999d74 (diff) | |
download | linux-stable-4.14.259.tar.gz (sig) linux-stable-4.14.259.tar.bz2 (sig) linux-stable-4.14.259.zip |
Linux 4.14.259v4.14.259
Link: https://lore.kernel.org/r/20211220143022.266532675@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 258 +SUBLEVEL = 259 EXTRAVERSION = NAME = Petit Gorille |