On Thu, 2025-07-03 at 23:36 +0200, Paul Chaignon wrote: > This patch adds a negative test case for the following verifier error. > > expected prog array map for tail call > > Signed-off-by: Paul Chaignon <paul.chaignon@xxxxxxxxx> > --- Nit: selftests/bpf/verifier binary is considered obsolete, new tests are mostly added as a part test_progs binary. E.g. you can add a file progs/verifier_tailcalls.c, register it in test_progs/verifier.c and define tests using test_loader framework, e.g. see progs/verifier_and.c. [...]