From: Alexei Starovoitov <ast@xxxxxxxxxx> v1->v2: update denylist on s390 Patch 1: Cleanup internal libbpf names. Patch 2: Teach the verifier that rdonly_mem != NULL. Patch 3: Fix gen_loader to support ksym detection. Patch 4: Selftest and update denylist. Alexei Starovoitov (4): libbpf: Rename RELO_EXTERN_VAR/FUNC. bpf: Teach the verifier to recognize rdonly_mem as not null. libbpf: Support kfunc detection in light skeleton. selftests/bpf: Add light skeleton test for kfunc detection. kernel/bpf/verifier.c | 14 ++++--- tools/lib/bpf/bpf_gen_internal.h | 4 +- tools/lib/bpf/gen_loader.c | 38 +++++++++---------- tools/lib/bpf/libbpf.c | 25 ++++++------ tools/testing/selftests/bpf/DENYLIST.s390x | 1 + .../selftests/bpf/progs/test_ksyms_weak.c | 15 ++++++++ 6 files changed, 61 insertions(+), 36 deletions(-) -- 2.34.1