Skip to content

Commit

Permalink
Enable kernel options for necessary BPF support
Browse files Browse the repository at this point in the history
Enable necessary kernel options for us to run our BPF based testing
infrastructure.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Oct 18, 2024
1 parent 9a2d3c9 commit 6271c07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ CONFIG_KERNEL_ZSTD=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_WATCH_QUEUE=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_CPU_ISOLATION=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
Expand Down Expand Up @@ -60,6 +63,7 @@ CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_VIRTUALIZATION=y
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_BLOCK=y
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
Expand Down Expand Up @@ -128,3 +132,7 @@ CONFIG_NLS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_FTRACE=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_UPROBE_EVENTS=y

0 comments on commit 6271c07

Please sign in to comment.