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 | |
parent | 86f36de14dce5802856bb7a5921d74439db00b64 (diff) |
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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e3c5ad9500a18..d617c7488e4b6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 299 +SUBLEVEL = 300 EXTRAVERSION = NAME = Petit Gorille |