On Wed, Jun 8, 2022 at 12:27 PM Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > Two new test BPF programs for test_prog selftests checking bpf_loop > behavior. Both are corner cases for bpf_loop inlinig transformation: > - check that bpf_loop behaves correctly when callback function is not > a compile time constant > - check that local function variables are not affected by allocating > additional stack storage for registers spilled by loop inlining > > Signed-off-by: Eduard Zingerman <eddyz87@xxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>