From 4341cf2219db1ed68ca862044d0528d52c7049c0 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Fri, 20 Sep 2024 14:36:55 -0500 Subject: [PATCH] update kernel source version to 6.10.11 to resolve build issue on Fedora 40 userenv --- workshop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop.json b/workshop.json index 38a8f59..46a509a 100644 --- a/workshop.json +++ b/workshop.json @@ -140,7 +140,7 @@ "name": "tools_src", "type": "source", "source_info": { - "url": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.5.tar.xz", + "url": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.11.tar.xz", "filename": "linux.tar.xz", "commands": { "unpack": "tar -xf linux.tar.xz",