On Wed, Oct 7, 2020 at 3:50 PM Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> wrote: > > On Wed, Oct 7, 2020 at 3:28 PM Alexei Starovoitov > <alexei.starovoitov@xxxxxxxxx> wrote: > > > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > > > Add asm tests for register allocator tracking logic implemented in the patches: > > https://lore.kernel.org/bpf/20201006200955.12350-1-alexei.starovoitov@xxxxxxxxx/T/#t > > > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > > --- > > I actually read through that assembly :) LGTM. Thanks. I've added comments to the trickiest case :) > Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > > > .../testing/selftests/bpf/verifier/regalloc.c | 159 ++++++++++++++++++ > > 1 file changed, 159 insertions(+) > > create mode 100644 tools/testing/selftests/bpf/verifier/regalloc.c > > > > [...]