From b3d4d7b00255f29a2b5ce8d9987ff55745fc956c Mon Sep 17 00:00:00 2001 From: Eddie Vas Date: Mon, 9 Jan 2023 18:37:42 -0500 Subject: [PATCH] Upgrade kernel to 5.15.86 LTS We have a newer LTS kernel 5.15.86 Moved OSF tip for Deltalake to the newer LTS kernel tip. Signed-off-by: Eddie Vas --- Wiwynn/deltalake/src/0001-Add-OCP-Delta-Lake-support.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wiwynn/deltalake/src/0001-Add-OCP-Delta-Lake-support.patch b/Wiwynn/deltalake/src/0001-Add-OCP-Delta-Lake-support.patch index 075712b..6044847 100644 --- a/Wiwynn/deltalake/src/0001-Add-OCP-Delta-Lake-support.patch +++ b/Wiwynn/deltalake/src/0001-Add-OCP-Delta-Lake-support.patch @@ -84,9 +84,9 @@ index 0000000..2d9fb07 + "untar": [ + { + "label": "kernel", -+ "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-5.10.50.tar.gz", -+ "hash": "sha256:81338158ebc77b35e426e1c47826458dada4e8500030553ef911e6cf729817de", -+ "subdir": "linux-5.10.50" ++ "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-5.15.86.tar.gz", ++ "hash": "sha256:b7b0d3b776ade96e837353bd43579a27f04e7b6c3fe9748d004db91d772d9f74", ++ "subdir": "linux-5.15.86" + } + ] + },