On Fri, Nov 19, 2021 at 7:33 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > The commit 087cba799ced ("selftests/bpf: Add weak/typeless ksym test for light skeleton") > added test_ksyms_weak to light skeleton testing, but remove CO-RE access. > Revert that part of commit, since light skeleton can use CO-RE in the kernel. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- Great! Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/testing/selftests/bpf/prog_tests/ksyms_btf.c | 4 ++-- > tools/testing/selftests/bpf/progs/test_ksyms_weak.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > [...]