Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > static bool nf_ptr_to_btf_id(struct bpf_insn_access_aux *info, const char *name) > > diff --git a/tools/testing/selftests/bpf/verifier/netfilter.c b/tools/testing/selftests/bpf/verifier/netfilter.c > > new file mode 100644 > > index 000000000000..deeb87afdf50 > > --- /dev/null > > +++ b/tools/testing/selftests/bpf/verifier/netfilter.c > > @@ -0,0 +1,23 @@ > > +{ > > + "netfilter, accept all", [..] > We're adding all new asm tests to test_progs now instead of test_verifier. See progs/verifier_*.c. Thanks for the pointer, I'll have a look at this for v2.