Alexei Starovoitov wrote: > From: Alexei Starovoitov <a...@kernel.org> > > Add asm tests for register allocator tracking logic. > > Signed-off-by: Alexei Starovoitov <a...@kernel.org> > Acked-by: Andrii Nakryiko <and...@kernel.org> > --- > .../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.fastab...@gmail.com>