diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-18 09:18:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-18 09:18:09 +0200 |
commit | dffb5c6ff09c51ed585e3e7665143df103867fc8 (patch) | |
tree | ec9027332778b4ade2a7bf75b2ff26d7f35a9b94 /Makefile | |
parent | bae1a3b8d9cea787fe9f038a5e2025ee0d318585 (diff) | |
download | linux-stable-dffb5c6ff09c51ed585e3e7665143df103867fc8.tar.gz linux-stable-dffb5c6ff09c51ed585e3e7665143df103867fc8.tar.bz2 linux-stable-dffb5c6ff09c51ed585e3e7665143df103867fc8.zip |
Linux 4.14.280v4.14.280
Link: https://lore.kernel.org/r/20220516193614.678319286@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 279 +SUBLEVEL = 280 EXTRAVERSION = NAME = Petit Gorille |