diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-20 11:51:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-20 11:51:31 +0200 |
commit | 4edbf74132a4c9b78dc2ee61d31abef15200a781 (patch) | |
tree | 71983d57c1260be9dc8908ef1fa68c118bde399d /Makefile | |
parent | bceb15a2580d6c8a42c4b9a26889d7e3d3f1dad9 (diff) | |
download | linux-stable-4edbf74132a4c9b78dc2ee61d31abef15200a781.tar.gz linux-stable-4edbf74132a4c9b78dc2ee61d31abef15200a781.tar.bz2 linux-stable-4edbf74132a4c9b78dc2ee61d31abef15200a781.zip |
Linux 4.14.294v4.14.294
Link: https://lore.kernel.org/r/20220916100441.528608977@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>
Diffstat (limited to 'Makefile')
-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 = 293 +SUBLEVEL = 294 EXTRAVERSION = NAME = Petit Gorille |