diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-30 12:38:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-30 12:38:39 +0100 |
commit | 8aa44c489bf10c2307813b3d1d7f08256edca8c1 (patch) | |
tree | 1cd092e031405739429c7bde44b9dceecd515146 | |
parent | 2f36fc7542abe0bf17fe2673a1acb01ba035f18a (diff) | |
download | linux-stable-8aa44c489bf10c2307813b3d1d7f08256edca8c1.tar.gz linux-stable-8aa44c489bf10c2307813b3d1d7f08256edca8c1.tar.bz2 linux-stable-8aa44c489bf10c2307813b3d1d7f08256edca8c1.zip |
Linux 4.14.316v4.14.316
Link: https://lore.kernel.org/r/20230528190828.564682883@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 315 +SUBLEVEL = 316 EXTRAVERSION = NAME = Petit Gorille |