diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-10 16:45:41 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-10 16:45:41 +0300 |
commit | c31e35278ea8f04f1dceadd77dca4dd7d47932a3 (patch) | |
tree | af24032105ef634a8e439dd60bbbdb8a17adfeaa | |
parent | 108df1056a4867ad16656039194f60aa0174b6c6 (diff) | |
download | linux-4.14.y.tar.xz |
Linux 4.14.336v4.14.336linux-4.14.y
Link: https://lore.kernel.org/r/20240108141854.158274814@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 = 335 +SUBLEVEL = 336 EXTRAVERSION = NAME = Petit Gorille |