Alexei Starovoitov wrote: > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Add asm tests for register allocator tracking logic. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > --- > .../testing/selftests/bpf/verifier/regalloc.c | 243 ++++++++++++++++++ > 1 file changed, 243 insertions(+) > create mode 100644 tools/testing/selftests/bpf/verifier/regalloc.c > I'm writing some extra tests now for a few things so I'll probably also add some to track the bounds for non-const through stack spill today or monday. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>