Skip to content

Instantly share code, notes, and snippets.

@hfingler
Created September 30, 2022 22:02
Show Gist options
  • Save hfingler/ed780bd52b751625f52bbb08eb853641 to your computer and use it in GitHub Desktop.
Save hfingler/ed780bd52b751625f52bbb08eb853641 to your computer and use it in GitHub Desktop.
scripts/config --enable CONFIG_BPF
scripts/config --enable CONFIG_BPF_SYSCALL
scripts/config --enable CONFIG_HAVE_EBPF_JIT
scripts/config --enable CONFIG_BPF_JIT
scripts/config --enable CONFIG_BPF_JIT_ALWAYS_ON
scripts/config --enable CONFIG_DEBUG_INFO_BTF
scripts/config --enable CONFIG_DEBUG_INFO_BTF_MODULES
scripts/config --enable CONFIG_CGROUPS
scripts/config --enable CONFIG_CGROUP_BPF
scripts/config --enable CONFIG_CGROUP_NET_CLASSID
scripts/config --enable CONFIG_SOCK_CGROUP_DATA
scripts/config --enable CONFIG_BPF_EVENTS
scripts/config --enable CONFIG_KPROBE_EVENTS
scripts/config --enable CONFIG_UPROBE_EVENTS
scripts/config --enable CONFIG_TRACING
scripts/config --enable CONFIG_FTRACE_SYSCALLS
scripts/config --enable CONFIG_FUNCTION_ERROR_INJECTION
scripts/config --enable CONFIG_BPF_KPROBE_OVERRIDE
scripts/config --enable CONFIG_NET
scripts/config --enable CONFIG_XDP_SOCKETS
scripts/config --enable CONFIG_LWTUNNEL_BPF
scripts/config --enable CONFIG_NET_ACT_BPF
scripts/config --enable CONFIG_NET_CLS_BPF
scripts/config --enable CONFIG_NET_CLS_ACT
scripts/config --enable CONFIG_NET_SCH_INGRESS
scripts/config --enable CONFIG_XFRM
scripts/config --enable CONFIG_IP_ROUTE_CLASSID
scripts/config --enable CONFIG_IPV6_SEG6_BPF
scripts/config --enable CONFIG_BPF_LIRC_MODE2
scripts/config --enable CONFIG_BPF_STREAM_PARSER
scripts/config --enable CONFIG_NETFILTER_XT_MATCH_BPF
scripts/config --enable CONFIG_BPFILTER
scripts/config --enable CONFIG_BPFILTER_UMH
scripts/config --enable CONFIG_TEST_BPF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment