On Thu, Dec 08, 2022 at 01:46:48AM IST, Andrii Nakryiko wrote: > Convert big chunks of dynptr and map_kptr subtests to use generic > verification_tester. They are switched from using manually maintained > tables of test cases, specifying program name and expected error > verifier message, to btf_decl_tag-based annotations directly on > corresponding BPF programs: __failure to specify that BPF program is > expected to fail verification, and __msg() to specify expected log > message. > > Acked-by: John Fastabend <john.fastabend@xxxxxxxxx> > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > --- Acked-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> BTW, I think you can also cover linked_list_fail.c in this change.