]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/bpf: Convert ctx tests from ASM to C
authorKumar Kartikeya Dwivedi <memxor@gmail.com>
Mon, 6 Apr 2026 19:43:57 +0000 (21:43 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 6 Apr 2026 22:27:26 +0000 (15:27 -0700)
commit02f500ce0109ec553864507da685bd5fbc906e94
treecae4a4d3d625a27fc5b3caa82a282a575b9b7038
parentf25777056e24c5e724935b94a9a1aa16641be49a
selftests/bpf: Convert ctx tests from ASM to C

Convert existing tests from ASM to C, in prep for future changes to add
more comprehensive tests.

Reviewed-by: Emil Tsalapatis <emil@etsalapatis.com>
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20260406194403.1649608-4-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/verifier.c
tools/testing/selftests/bpf/progs/verifier_ctx.c