Alexei Starovoitov wrote: > From: Alexei Starovoitov <[email protected]> > > Add asm tests for register allocator tracking logic. > > Signed-off-by: Alexei Starovoitov <[email protected]> > Acked-by: Andrii Nakryiko <[email protected]> > --- > .../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 <[email protected]>
