On Mon, 2023-11-20 at 16:22 -0800, Andrii Nakryiko wrote: > Add a new selftests that validates precision tracking for stack access > instruction, using both r10-based and non-r10-based accesses. For > non-r10 ones we also make sure to have non-zero var_off to validate that > final stack offset is tracked properly in instruction history > information inside verifier. > > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]