Message ID | 20230321203854.3035-1-alexei.starovoitov@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Support ksym detection in light skeleton. | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Tue, 21 Mar 2023 13:38:50 -0700 you wrote: > From: Alexei Starovoitov <ast@kernel.org> > > 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. > > [...] Here is the summary with links: - [v2,bpf-next,1/4] libbpf: Rename RELO_EXTERN_VAR/FUNC. https://git.kernel.org/bpf/bpf-next/c/a18f721415b4 - [v2,bpf-next,2/4] bpf: Teach the verifier to recognize rdonly_mem as not null. https://git.kernel.org/bpf/bpf-next/c/1057d2994596 - [v2,bpf-next,3/4] libbpf: Support kfunc detection in light skeleton. https://git.kernel.org/bpf/bpf-next/c/708cdc5706a4 - [v2,bpf-next,4/4] selftests/bpf: Add light skeleton test for kfunc detection. https://git.kernel.org/bpf/bpf-next/c/3b2ec2140fa2 You are awesome, thank you!
From: Alexei Starovoitov <ast@kernel.org> 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(-)