selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=y
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 12 Sep 2023 05:59:28 +0000 (22:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 12 Sep 2023 14:59:22 +0000 (07:59 -0700)
commit4eb94a7793074f799b1f558471019e9a21fa9546
treecdef689c0407b075fb98290ff902dcfcd1086964
parent4a490247beba92d3a77485b43f7e98a84be26c46
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>
tools/testing/selftests/bpf/config
tools/testing/selftests/bpf/config.x86_64