diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-05 09:00:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-05 09:00:36 +0200 |
commit | 05a68fe2c1f4661c5641ad0d9fb0241503f126d7 (patch) | |
tree | 9637c89639fc021c0576cc257da8e4a71098db9e | |
parent | f7fc312d1d750db0ea867e50e6c436e0679a5a65 (diff) | |
download | linux-stable-05a68fe2c1f4661c5641ad0d9fb0241503f126d7.tar.gz linux-stable-05a68fe2c1f4661c5641ad0d9fb0241503f126d7.tar.bz2 linux-stable-05a68fe2c1f4661c5641ad0d9fb0241503f126d7.zip |
Linux 4.19.317v4.19.317
Link: https://lore.kernel.org/r/20240703102830.432293640@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 316 +SUBLEVEL = 317 EXTRAVERSION = NAME = "People's Front" |