diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-12 12:17:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-12 12:17:11 +0200 |
commit | 569d1abf9402e943bf00821a6e0b8e13bffde699 (patch) | |
tree | a256c200fcaa9ddecc6267956e7660e255568727 /Makefile | |
parent | 1777ae096588b05a040926fc69d84633974f0acc (diff) | |
download | linux-stable-569d1abf9402e943bf00821a6e0b8e13bffde699.tar.gz linux-stable-569d1abf9402e943bf00821a6e0b8e13bffde699.tar.bz2 linux-stable-569d1abf9402e943bf00821a6e0b8e13bffde699.zip |
Linux 4.14.278v4.14.278
Link: https://lore.kernel.org/r/20220510130732.522479698@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 277 +SUBLEVEL = 278 EXTRAVERSION = NAME = Petit Gorille |