diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-25 17:36:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-25 17:36:55 +0100 |
commit | 179ef7fe86775fe32bd1bfe791887d1994ddcfb0 (patch) | |
tree | ee325dfcda96e41425198d9e3b66e681b8b3b8cd /Makefile | |
parent | 86f36de14dce5802856bb7a5921d74439db00b64 (diff) | |
download | linux-stable-179ef7fe86775fe32bd1bfe791887d1994ddcfb0.tar.gz linux-stable-179ef7fe86775fe32bd1bfe791887d1994ddcfb0.tar.bz2 linux-stable-179ef7fe86775fe32bd1bfe791887d1994ddcfb0.zip |
Linux 4.14.300v4.14.300
Link: https://lore.kernel.org/r/20221123084548.535439312@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 = 299 +SUBLEVEL = 300 EXTRAVERSION = NAME = Petit Gorille |