summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/config.x86_64
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2023-09-12 08:59:28 +0300
committerAlexei Starovoitov <ast@kernel.org>2023-09-12 17:59:22 +0300
commit4eb94a7793074f799b1f558471019e9a21fa9546 (patch)
treecdef689c0407b075fb98290ff902dcfcd1086964 /tools/testing/selftests/bpf/config.x86_64
parent4a490247beba92d3a77485b43f7e98a84be26c46 (diff)
downloadlinux-4eb94a7793074f799b1f558471019e9a21fa9546.tar.xz
selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=y
Turns out CONFIG_BPF_KPROBE_OVERRIDE=y is only enabled in x86-64 CI, but is not set on aarch64, causing CI failures ([0]). Move CONFIG_BPF_KPROBE_OVERRIDE=y to arch-agnostic CI config. [0] https://github.com/kernel-patches/bpf/actions/runs/6122324047/job/16618390535 Fixes: 7182e56411b9 ("selftests/bpf: Add kprobe_multi override test") Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/r/20230912055928.1704269-1-andrii@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/config.x86_64')
-rw-r--r--tools/testing/selftests/bpf/config.x86_641
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/config.x86_64 b/tools/testing/selftests/bpf/config.x86_64
index b650b2e617b8..2e70a6048278 100644
--- a/tools/testing/selftests/bpf/config.x86_64
+++ b/tools/testing/selftests/bpf/config.x86_64
@@ -20,7 +20,6 @@ CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BONDING=y
CONFIG_BOOTTIME_TRACING=y
CONFIG_BPF_JIT_ALWAYS_ON=y
-CONFIG_BPF_KPROBE_OVERRIDE=y
CONFIG_BPF_PRELOAD=y
CONFIG_BPF_PRELOAD_UMD=y
CONFIG_BPFILTER=y