diff options
author | 2025-07-09 10:36:56 +0200 | |
---|---|---|
committer | 2025-07-16 18:28:30 -0700 | |
commit | 4a760d2d7aa6357428eadb6c3714f21a8b85cf6b (patch) | |
tree | 4f3c2e8ca482af76e84762a1816302f222827467 | |
parent | bpf, arm64: remove structs on stack constraint (diff) | |
download | wireguard-linux-4a760d2d7aa6357428eadb6c3714f21a8b85cf6b.tar.xz wireguard-linux-4a760d2d7aa6357428eadb6c3714f21a8b85cf6b.zip |
selftests/bpf: enable tracing_struct tests for arm64
Now that the constraint preventing attachment to functions consuming
struct on stack has been removed from the kernel (and moved to pahole,
with a slightly smarter detection, to prevent only those that are
packed), re-enable the tracing_struct tests for arm64.
Signed-off-by: Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Link: https://lore.kernel.org/r/20250709-arm64_relax_jit_comp-v1-2-3850fe189092@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
-rw-r--r-- | tools/testing/selftests/bpf/DENYLIST.aarch64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/DENYLIST.aarch64 b/tools/testing/selftests/bpf/DENYLIST.aarch64 deleted file mode 100644 index 12e99c0277a8..000000000000 --- a/tools/testing/selftests/bpf/DENYLIST.aarch64 +++ /dev/null @@ -1 +0,0 @@ -tracing_struct/struct_many_args # struct_many_args:FAIL:tracing_struct_many_args__attach unexpected error: -524 |