Comment # 2 on bug 1204382 from
that points at

commit fb07e101baad38c2fc38d1d8fde3adf7986fc24d
Author: Jeff Mahoney <jeffm@suse.com>
Date:   Wed Mar 23 16:25:26 2022 -0400

    config: enable DEBUG_INFO_BTF

    This option allows users to access the btf type information for vmlinux
    but not kernel modules.

diff --git a/config/armv7hl/default b/config/armv7hl/default
index d44306e3000..95ad0f57481 100644
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -10802,7 +10802,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF4=y
-# CONFIG_DEBUG_INFO_BTF is not set
+CONFIG_DEBUG_INFO_BTF=y
 # CONFIG_GDB_SCRIPTS is not set
 CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_FRAME_WARN=2048
~


You are receiving this mail because: