selftests/bpf: enable tracing_struct tests for arm64
authorAlexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Wed, 9 Jul 2025 08:36:56 +0000 (10:36 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 17 Jul 2025 01:28:30 +0000 (18:28 -0700)
commit4a760d2d7aa6357428eadb6c3714f21a8b85cf6b
tree4f3c2e8ca482af76e84762a1816302f222827467
parentdc704d0cfa431b5fbaa546941b3b82b4f318cb5f
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>
tools/testing/selftests/bpf/DENYLIST.aarch64 [deleted file]