diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-17 11:42:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-17 11:42:43 +0200 |
commit | 56a03f63c0a26b1a00d441d86b26dca714f46587 (patch) | |
tree | 4a18adbe2ae057c232ca3ba50476e45068bb8bb0 | |
parent | b29dcdd0582c00cd6ee0bd7c958d3639aa9db27f (diff) | |
download | linux-stable-56a03f63c0a26b1a00d441d86b26dca714f46587.tar.gz linux-stable-56a03f63c0a26b1a00d441d86b26dca714f46587.tar.bz2 linux-stable-56a03f63c0a26b1a00d441d86b26dca714f46587.zip |
Linux 4.19.314v4.19.314
Link: https://lore.kernel.org/r/20240514100948.010148088@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 19 -SUBLEVEL = 313 +SUBLEVEL = 314 EXTRAVERSION = NAME = "People's Front" |