On 8/5/19 7:17 PM, Alexei Starovoitov wrote: > Add two bounded loop tests. > > v1-v2: addressed feedback from Yonghong. > > Alexei Starovoitov (2): > selftests/bpf: add loop test 4 > selftests/bpf: add loop test 5 Looks good to me. Ack for the whole series. Acked-by: Yonghong Song <yhs@xxxxxx> > > .../bpf/prog_tests/bpf_verif_scale.c | 2 ++ > tools/testing/selftests/bpf/progs/loop4.c | 18 +++++++++++ > tools/testing/selftests/bpf/progs/loop5.c | 32 +++++++++++++++++++ > 3 files changed, 52 insertions(+) > create mode 100644 tools/testing/selftests/bpf/progs/loop4.c > create mode 100644 tools/testing/selftests/bpf/progs/loop5.c >