diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-08 13:16:34 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-08 13:16:34 +0300 |
commit | 65afe34ac33d34ed3f5e21a5001f5c2ce210b6ce (patch) | |
tree | 0e2c30908156f96e015d7eee2fccf46438d09015 /Makefile | |
parent | 369e65def1a82aba54b377b6899b1bb5099ef838 (diff) | |
download | linux-65afe34ac33d34ed3f5e21a5001f5c2ce210b6ce.tar.xz |
Linux 4.14.301v4.14.301
Link: https://lore.kernel.org/r/20221205190800.868551051@linuxfoundation.org
Link: https://lore.kernel.org/r/20221206124046.347571765@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 300 +SUBLEVEL = 301 EXTRAVERSION = NAME = Petit Gorille |