From 2ca69460a1f2548e589d9927c9a063c12f9a50cd Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 10 Jun 2026 09:23:23 -0700 Subject: [PATCH] kconfigcheck: drop DEBUG_INFO_BTF=n for LTO+Rust These options are required to get BPF stuff working in the kernel. Fixes #4411 Signed-off-by: Clayton Craft Part-of: --- kconfigcheck.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index ead0f95b7..cd9bcd40b 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -696,8 +696,6 @@ RUST = "y" ["category:rust".">=6.9.0"."aarch64"] RUST = "y" ["category:rust".">=0.0.0"."aarch64 loongarch64 x86_64"] -DEBUG_INFO_BTF = "n" # Conflicts with LTO when Rust is enabled -DEBUG_INFO_BTF_MODULES = "n" # Conflicts with LTO when Rust is enabled MODVERSIONS = "n" # SELinux support, separate from hardening to keep it opt-in for now