From 7586e5e517fa8775e455eb2715e2120003fafa0f Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Wed, 18 Sep 2024 22:27:39 +0000 Subject: [PATCH] kernel: disable BTF mismatch BTF mismatch is not an issue since we addressed lunatik kernel module BTF mismatch issue using the same chroot binary vmlinux BTF. Signed-off-by: Vincent Li --- config/kernel/kernel.config.bpf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/kernel/kernel.config.bpf b/config/kernel/kernel.config.bpf index 68fb4cae7..e725a6ef8 100644 --- a/config/kernel/kernel.config.bpf +++ b/config/kernel/kernel.config.bpf @@ -10,4 +10,3 @@ CONFIG_UPROBES=y CONFIG_UPROBE_EVENTS=y CONFIG_DEBUG_FS=y CONFIG_MODULE_SIG_FORCE=n -CONFIG_MODULE_ALLOW_BTF_MISMATCH=y