diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-28 10:14:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-28 10:14:22 +0200 |
commit | 60a6e3043cc8b918c989707a5eba5fd6830a08a4 (patch) | |
tree | bc7630ecf9a9770690d698feebaaba630eed5c8c /Makefile | |
parent | 8224a830aea8de4497b91600e2aa515b6f81274f (diff) | |
download | linux-stable-60a6e3043cc8b918c989707a5eba5fd6830a08a4.tar.gz linux-stable-60a6e3043cc8b918c989707a5eba5fd6830a08a4.tar.bz2 linux-stable-60a6e3043cc8b918c989707a5eba5fd6830a08a4.zip |
Linux 4.14.320v4.14.320
Link: https://lore.kernel.org/r/20230626180733.699092073@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 319 +SUBLEVEL = 320 EXTRAVERSION = NAME = Petit Gorille |