diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-09 10:22:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-09 10:22:55 +0200 |
commit | 1914956342c8cf52a377aecc4944e63f9229cb9b (patch) | |
tree | c884eb5c4ddcc13fd2731df5fb7d755f1ef45ce3 | |
parent | b1c9df46d2a7c2cfb45421427a7a719002b7c675 (diff) | |
download | linux-stable-1914956342c8cf52a377aecc4944e63f9229cb9b.tar.gz linux-stable-1914956342c8cf52a377aecc4944e63f9229cb9b.tar.bz2 linux-stable-1914956342c8cf52a377aecc4944e63f9229cb9b.zip |
Linux 4.14.317v4.14.317
Link: https://lore.kernel.org/r/20230607200835.310274198@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: 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 = 316 +SUBLEVEL = 317 EXTRAVERSION = NAME = Petit Gorille |