]> www.infradead.org Git - users/hch/configfs.git/commit
selftests/bpf: DENYLIST.aarch64: Skip fexit_sleep again
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 12 Jul 2024 16:12:30 +0000 (18:12 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 12 Jul 2024 16:17:50 +0000 (18:17 +0200)
commit517125f6749402e579f715519147145944f12ad9
tree9d865514cb3de90406b10b712a1260b9ee8d5365
parenta1010fce1c0c2ce3b305aa6e8ff70e86f99e3226
selftests/bpf: DENYLIST.aarch64: Skip fexit_sleep again

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@iogearbox.net>
Cc: Puranjay Mohan <puranjay@kernel.org>
Link: https://lore.kernel.org/bpf/20240705145009.32340-1-puranjay@kernel.org
tools/testing/selftests/bpf/DENYLIST.aarch64