Re: [PATCH bpf-next 2/2] selftests/bpf: Add bpf_kallsyms_lookup test

2020-12-01 Thread Andrii Nakryiko
On Thu, Nov 26, 2020 at 8:59 AM Florent Revest wrote: > > This piggybacks on the existing "ksyms" test because this test also > relies on a __ksym symbol and requires CONFIG_KALLSYMS. > > Signed-off-by: Florent Revest > --- > tools/testing/selftests/bpf/config| 1 + >

[PATCH bpf-next 2/2] selftests/bpf: Add bpf_kallsyms_lookup test

2020-11-26 Thread Florent Revest
This piggybacks on the existing "ksyms" test because this test also relies on a __ksym symbol and requires CONFIG_KALLSYMS. Signed-off-by: Florent Revest --- tools/testing/selftests/bpf/config| 1 + .../testing/selftests/bpf/prog_tests/ksyms.c | 46 ++-