Skip to content

Commit 4eb94a7

Browse files
anakryikoAlexei Starovoitov
authored andcommitted
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: 7182e56 ("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>
1 parent 4a49024 commit 4eb94a7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/bpf/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
44
CONFIG_BPF=y
55
CONFIG_BPF_EVENTS=y
66
CONFIG_BPF_JIT=y
7+
CONFIG_BPF_KPROBE_OVERRIDE=y
78
CONFIG_BPF_LIRC_MODE2=y
89
CONFIG_BPF_LSM=y
910
CONFIG_BPF_STREAM_PARSER=y

tools/testing/selftests/bpf/config.x86_64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_BLK_DEV_THROTTLING=y
2020
CONFIG_BONDING=y
2121
CONFIG_BOOTTIME_TRACING=y
2222
CONFIG_BPF_JIT_ALWAYS_ON=y
23-
CONFIG_BPF_KPROBE_OVERRIDE=y
2423
CONFIG_BPF_PRELOAD=y
2524
CONFIG_BPF_PRELOAD_UMD=y
2625
CONFIG_BPFILTER=y

0 commit comments

Comments
 (0)