diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:11:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:11:37 +0200 |
commit | e548869f356fead9fdcb3562f52d2226574f4f41 (patch) | |
tree | 12725ef4a8ea165618a224ec5a958c19902ff122 | |
parent | f280dfe6c39bf257fd62b56997ff5522f848980d (diff) | |
download | linux-stable-4.14.291.tar.gz (sig) linux-stable-4.14.291.tar.bz2 (sig) linux-stable-4.14.291.zip |
Linux 4.14.291v4.14.291
Link: https://lore.kernel.org/r/20220823080053.202747790@linuxfoundation.org
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 = 290 +SUBLEVEL = 291 EXTRAVERSION = NAME = Petit Gorille |