On Wed, May 11, 2022 at 10:23 AM Daniel Müller <deso@xxxxxxxxxx> wrote: > > Some of the BPF selftests are failing when running with a rather bare > bones configuration based on tools/testing/selftests/bpf/config. > Specifically, we see a bunch of failures due to errno 95: > > > test_attach_api:PASS:fentry_raw_skel_load 0 nsec > > libbpf: prog 'test_kprobe_manual': failed to attach: Operation not supported > > test_attach_api:FAIL:bpf_program__attach_kprobe_multi_opts unexpected error: -95 > > 79 /6 kprobe_multi_test/attach_api_syms:FAIL > > The cause of these is that CONFIG_FPROBE is missing. With this change we > add this configuration value to the BPF selftests config. > > Signed-off-by: Daniel Müller <deso@xxxxxxxxxx> Please use 'selftests/bpf: ' prefix in the patch subj in the future. I've fixed it up while applying this time.