[PATCH bpf-next v3 2/2] selftests/bpf: enable many-args tests for arm64
Alexis Lothoré (eBPF Foundation)
alexis.lothore at bootlin.com
Tue May 27 03:06:04 PDT 2025
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) <alexis.lothore at bootlin.com>
---
Changes in v2:
- keep tracing struct tests disabled, as structs passed on stack are not
handled by the new revision
---
tools/testing/selftests/bpf/DENYLIST.aarch64 | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/testing/selftests/bpf/DENYLIST.aarch64 b/tools/testing/selftests/bpf/DENYLIST.aarch64
index 6d8feda27ce9de07d77d6e384666082923e3dc76..12e99c0277a8cbf9e63e8f6d3a108c8a1208407b 100644
--- a/tools/testing/selftests/bpf/DENYLIST.aarch64
+++ b/tools/testing/selftests/bpf/DENYLIST.aarch64
@@ -1,3 +1 @@
-fentry_test/fentry_many_args # fentry_many_args:FAIL:fentry_many_args_attach unexpected error: -524
-fexit_test/fexit_many_args # fexit_many_args:FAIL:fexit_many_args_attach unexpected error: -524
tracing_struct/struct_many_args # struct_many_args:FAIL:tracing_struct_many_args__attach unexpected error: -524
--
2.49.0
More information about the linux-arm-kernel
mailing list