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