On Fri, May 7, 2021 at 8:49 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Convert few tests that don't use CO-RE to light skeleton. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- LGTM. Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/testing/selftests/bpf/.gitignore | 1 + > tools/testing/selftests/bpf/Makefile | 16 +++++++++++++++- > .../selftests/bpf/prog_tests/fentry_fexit.c | 6 +++--- > .../selftests/bpf/prog_tests/fentry_test.c | 10 +++++----- > .../selftests/bpf/prog_tests/fexit_sleep.c | 6 +++--- > .../selftests/bpf/prog_tests/fexit_test.c | 10 +++++----- > .../selftests/bpf/prog_tests/kfunc_call.c | 6 +++--- > .../selftests/bpf/prog_tests/ksyms_module.c | 2 +- > tools/testing/selftests/bpf/prog_tests/ringbuf.c | 8 +++----- > tools/testing/selftests/bpf/progs/test_ringbuf.c | 4 ++-- > 10 files changed, 41 insertions(+), 28 deletions(-) > [...]