Commit 987f175
committed
iso: Add BTF debug symbols to support eBPF tooling
This change sets kernel option CONFIG_DEBUG_INFO_BTF so that BTF type
information is generated, which is necessary for eBPF-based tooling such
as Tetragon to work. Additionally, for x86_64 only, it adds the recommended
option CONFIG_BPF_KPROBE_OVERRIDE to also support policy enforcement.
Setting CONFIG_DEBUG_INFO_BTF also requires setting
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT. Setting
CONFIG_BPF_KPROBE_OVERRIDE also requires setting
CONFIG_FUNCTION_ERROR_INJECTION.1 parent c3d85b0 commit 987f175
File tree
2 files changed
+5
-1
lines changed- deploy/iso/minikube-iso/board/minikube
- aarch64
- x86_64
2 files changed
+5
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
| 950 | + | |
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| 505 | + | |
| 506 | + | |
505 | 507 | | |
506 | 508 | | |
507 | 509 | | |
508 | 510 | | |
509 | 511 | | |
510 | 512 | | |
511 | 513 | | |
| 514 | + | |
512 | 515 | | |
513 | 516 | | |
514 | 517 | | |
| 518 | + | |
0 commit comments