diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-21 15:38:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-21 15:38:59 +0200 |
commit | 36d0e96f6d9c9a7745c33cd9ff964e12367b417e (patch) | |
tree | e61c1937c00834f7e515b843e370d0005b35e0ca | |
parent | be24f8aae42e7a4ecf6efd3278acacb5bb82e5a8 (diff) | |
download | linux-stable-36d0e96f6d9c9a7745c33cd9ff964e12367b417e.tar.gz linux-stable-36d0e96f6d9c9a7745c33cd9ff964e12367b417e.tar.bz2 linux-stable-36d0e96f6d9c9a7745c33cd9ff964e12367b417e.zip |
Linux 4.14.319v4.14.319
Link: https://lore.kernel.org/r/20230619102127.461443957@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 318 +SUBLEVEL = 319 EXTRAVERSION = NAME = Petit Gorille |