From 3589d680f09f6b436f94c63f65f837e8b21607b3 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 5 Jun 2024 15:24:29 +0200 Subject: [PATCH] Add setting required for BTF in latest 6.6 kernel --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 275f7d35..b43abc6b 100755 --- a/build.sh +++ b/build.sh @@ -830,6 +830,7 @@ if [ "$OMR_KERNEL" = "6.6" ]; then echo "CONFIG_KERNEL_BPF_EVENTS=y" >> ".config" echo "CONFIG_KERNEL_DEBUG_INFO=y" >> ".config" echo "CONFIG_KERNEL_DEBUG_INFO_BTF=y" >> ".config" + echo "CONFIG_KERNEL_DEBUG_INFO_BTF_MODULES=y" >> ".config" echo "# CONFIG_KERNEL_DEBUG_INFO_REDUCED is not set" >> ".config" echo "CONFIG_KERNEL_MODULE_ALLOW_BTF_MISMATCH=y" >> ".config" # Remove for now packages that doesn't compile