Skip to content

Commit 0765932

Browse files
committed
selftests/bpf: enable many-args tests for arm64
JIRA: https://issues.redhat.com/browse/RHEL-78203 Conflicts: context change due to missing upstream commit ac13c50 ("selftests/bpf: Enable kprobe_multi tests for ARM64") commit 149ead9 Author: Alexis Lothoré (eBPF Foundation) <[email protected]> Date: Tue May 27 12:06:04 2025 +0200 selftests/bpf: enable many-args tests for arm64 Now that support for up to 12 args is enabled for tracing programs on ARM64, enable the existing tests for this feature on this architecture. Signed-off-by: Alexis Lothoré (eBPF Foundation) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]> Signed-off-by: Viktor Malik <[email protected]>
1 parent bf08a60 commit 0765932

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/selftests/bpf/DENYLIST.aarch64

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ bpf_cookie/multi_kprobe_link_api # kprobe_multi_link_api_subtest
33
kprobe_multi_bench_attach # needs CONFIG_FPROBE
44
kprobe_multi_test # needs CONFIG_FPROBE
55
module_attach # prog 'kprobe_multi': failed to auto-attach: -95
6-
fentry_test/fentry_many_args # fentry_many_args:FAIL:fentry_many_args_attach unexpected error: -524
7-
fexit_test/fexit_many_args # fexit_many_args:FAIL:fexit_many_args_attach unexpected error: -524
86
tracing_struct/struct_many_args # struct_many_args:FAIL:tracing_struct_many_args__attach unexpected error: -524
97
fill_link_info/kprobe_multi_link_info # bpf_program__attach_kprobe_multi_opts unexpected error: -95
108
fill_link_info/kretprobe_multi_link_info # bpf_program__attach_kprobe_multi_opts unexpected error: -95

0 commit comments

Comments
 (0)