Skip to content

Commit 1882ab4

Browse files
chore: enable BTF debug info in guest debug config
Enable CONFIG_DEBUG_INFO_BTF in the guest debug kernel config to support extended eBPF functionality in guest VMs. Signed-off-by: Branislav Brzak <branislav.brzak@stealthium.io>
1 parent 458483a commit 1882ab4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/guest_configs/debug.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CONFIG_FRAME_POINTER=y
33
# CONFIG_KGDB_SERIAL_CONSOLE=y
44
CONFIG_DEBUG_INFO=y
55
CONFIG_DEBUG_INFO_DWARF4=y
6+
CONFIG_DEBUG_INFO_BTF=y

0 commit comments

Comments
 (0)