From: Daniel Borkmann <daniel@xxxxxxxxxxxxx> commit 517125f6749402e579f715519147145944f12ad9 upstream. Revert commit 90dc946059b7 ("selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep") again. The fix in 19d3c179a377 ("bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG") does not address all of the issues and BPF CI is still hanging and timing out: https://github.com/kernel-patches/bpf/actions/runs/9905842936/job/27366435436 [...] #89/11 fexit_bpf2bpf/func_replace_global_func:OK #89/12 fexit_bpf2bpf/fentry_to_cgroup_bpf:OK #89/13 fexit_bpf2bpf/func_replace_progmap:OK #89 fexit_bpf2bpf:OK Error: The operation was canceled. Thus more investigation work & fixing is needed before the test can be put in place again. Signed-off-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx> Cc: Puranjay Mohan <puranjay@xxxxxxxxxx> Link: https://lore.kernel.org/bpf/20240705145009.32340-1-puranjay@xxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/bpf/DENYLIST.aarch64 | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/bpf/DENYLIST.aarch64 +++ b/tools/testing/selftests/bpf/DENYLIST.aarch64 @@ -1,5 +1,6 @@ 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 Patches currently in stable-queue which might be from daniel@xxxxxxxxxxxxx are queue-6.10/tools-resolve_btfids-fix-comparison-of-distinct-poin.patch queue-6.10/bpf-arm64-fix-trampoline-for-bpf_tramp_f_call_orig.patch queue-6.10/bpf-fix-atomic-probe-zero-extension.patch queue-6.10/riscv-bpf-fix-out-of-bounds-issue-when-preparing-tra.patch queue-6.10/selftests-bpf-denylist.aarch64-skip-fexit_sleep-again.patch queue-6.10/libbpf-checking-the-btf_type-kind-when-fixing-variab.patch queue-6.10/bpf-fix-a-segment-issue-when-downgrading-gso_size.patch queue-6.10/bpf-eliminate-remaining-make-w-1-warnings-in-kernel-.patch queue-6.10/selftests-bpf-fexit_sleep-fix-stack-allocation-for-a.patch queue-6.10/selftests-bpf-check-length-of-recv-in-test_sockmap.patch queue-6.10/bpf-fix-null-pointer-dereference-in-resolve_prog_typ.patch queue-6.10/libbpf-fix-no-args-func-prototype-btf-dumping-syntax.patch queue-6.10/xsk-require-xdp_umem_tx_metadata_len-to-actuate-tx_m.patch queue-6.10/af_unix-disable-msg_oob-handling-for-sockets-in-sock.patch queue-6.10/bpf-events-use-prog-to-emit-ksymbol-event-for-main-p.patch queue-6.10/bpftool-mount-bpffs-when-pinmaps-path-not-under-the-.patch queue-6.10/bpf-change-bpf_session_cookie-return-value-to-__u64.patch