diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-23 09:01:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-23 09:01:35 +0100 |
commit | 004bfaafc45ccc95366b37c9b9e7844cd5156368 (patch) | |
tree | b56b1f5eb8bea685ca4e83f0b0704b675a444699 /Makefile | |
parent | 01064d855a4eb3f55ddd315e48f46fad73c633fe (diff) | |
download | linux-stable-004bfaafc45ccc95366b37c9b9e7844cd5156368.tar.gz linux-stable-004bfaafc45ccc95366b37c9b9e7844cd5156368.tar.bz2 linux-stable-004bfaafc45ccc95366b37c9b9e7844cd5156368.zip |
Linux 4.14.273v4.14.273
Link: https://lore.kernel.org/r/20220321133217.602054917@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 272 +SUBLEVEL = 273 EXTRAVERSION = NAME = Petit Gorille |