Merge branch 'bpf: Support ksym detection in light skeleton.'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 22 Mar 2023 16:31:05 +0000 (09:31 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 22 Mar 2023 16:31:06 +0000 (09:31 -0700)
commitd9d93f3b61434bc18ec905eaad224407cce1a9e2
tree4a2a93b5aebe1bb40668ddca8bc24a344f6a2571
parent9a321fd3308e262f2a76761bea86dd0f311e3f86
parent3b2ec2140fa27febb21034943d656898b659dc02
Merge branch 'bpf: Support ksym detection in light skeleton.'

Alexei Starovoitov says:

====================

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.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>