]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/bpf: add new verifier_gotox test
authorAnton Protopopov <a.s.protopopov@gmail.com>
Wed, 5 Nov 2025 09:04:09 +0000 (09:04 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 6 Nov 2025 01:53:23 +0000 (17:53 -0800)
commitccbdb48ce5cd50733578c20b0c6860666c3d2a69
treedc4af70fb99b17484a71edc10462d8e371d35f69
parentdd3fd3c965595a3ae8f4d70df6c42931b2fdfd24
selftests/bpf: add new verifier_gotox test

Add a set of tests to validate core gotox functionality
without need to rely on compilers.

Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
Link: https://lore.kernel.org/r/20251105090410.1250500-12-a.s.protopopov@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/verifier.c
tools/testing/selftests/bpf/progs/verifier_gotox.c [new file with mode: 0644]