Skip to content

Commit f7f6e0a

Browse files
authored
Merge bpf variant with regular zone kernel, now that we're stripping kmods (#133)
1 parent 3c5dbb4 commit f7f6e0a

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

configs/x86_64/zone-bpf.fragment.config

Lines changed: 0 additions & 13 deletions
This file was deleted.

configs/x86_64/zone.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,3 +2380,13 @@ CONFIG_MLX_PLATFORM=y
23802380
CONFIG_IAVF=y
23812381
CONFIG_I40E=y
23822382
CONFIG_I40EVF=y
2383+
2384+
# Things needed to make eBPF tools happy
2385+
CONFIG_DEBUG_INFO=y
2386+
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
2387+
CONFIG_DEBUG_INFO_REDUCED=n
2388+
CONFIG_DEBUG_INFO_SPLIT=n
2389+
CONFIG_DEBUG_INFO_NONE=n
2390+
CONFIG_DEBUG_INFO_BTF=y
2391+
CONFIG_DEBUG_INFO_BTF_MODULES=y
2392+
CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=y

0 commit comments

Comments
 (0)