OSDN Git Service

selftests/bpf: Add unit tests for new gotol insn
authorYonghong Song <yonghong.song@linux.dev>
Fri, 28 Jul 2023 01:13:29 +0000 (18:13 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 28 Jul 2023 01:54:17 +0000 (18:54 -0700)
commit613dad498072f20d9bfd996422f0fd8e9a2f6c0d
tree90d46d8e65f56b65beab10662b56913fed2d2116
parentde1c26809ec37b632ad7bcec3bba8b849eb44d43
selftests/bpf: Add unit tests for new gotol insn

Add unit tests for gotol insn.

Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20230728011329.3721881-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/verifier.c
tools/testing/selftests/bpf/progs/verifier_gotol.c [new file with mode: 0644]