]> Git Repo - J-linux.git/commitdiff
selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
authorPuranjay Mohan <[email protected]>
Fri, 5 Jul 2024 14:50:09 +0000 (14:50 +0000)
committerDaniel Borkmann <[email protected]>
Mon, 8 Jul 2024 20:24:54 +0000 (22:24 +0200)
fexit_sleep test runs successfully now on the BPF CI so remove it
from the deny list. ftrace direct calls was blocking tracing programs
on arm64 but it has been resolved by now. For more details see also
discussion in [*].

Signed-off-by: Puranjay Mohan <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
tools/testing/selftests/bpf/DENYLIST.aarch64

index 3c7c3e79aa9317947f371c91f4ae94ac2441245f..901349da680fa67896d279d184db78e964d9ae27 100644 (file)
@@ -1,6 +1,5 @@
 bpf_cookie/multi_kprobe_attach_api               # kprobe_multi_link_api_subtest:FAIL:fentry_raw_skel_load unexpected error: -3
 bpf_cookie/multi_kprobe_link_api                 # kprobe_multi_link_api_subtest:FAIL:fentry_raw_skel_load unexpected error: -3
-fexit_sleep                                      # The test never returns. The remaining tests cannot start.
 kprobe_multi_bench_attach                        # needs CONFIG_FPROBE
 kprobe_multi_test                                # needs CONFIG_FPROBE
 module_attach                                    # prog 'kprobe_multi': failed to auto-attach: -95
This page took 0.052401 seconds and 4 git commands to generate.