On Thu, Nov 11, 2021 at 9:02 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Convert kfunc_call_test_subprog to light skeleton. > Let's keep the libbpf variant of the test as well. Both kinds of skeletons can co-exist, we already have tests like that that test the same functionality in both modes. > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- > tools/testing/selftests/bpf/Makefile | 3 ++- > tools/testing/selftests/bpf/prog_tests/kfunc_call.c | 10 +++++----- > 2 files changed, 7 insertions(+), 6 deletions(-) > [...]