Merge branch 'Teach libbpf to "fix up" BPF verifier log'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 26 Apr 2022 22:41:47 +0000 (15:41 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 26 Apr 2022 22:41:47 +0000 (15:41 -0700)
commitd54d06a4c4bc5d76815d02e4b041b31d9dbb3fef
treeeca090cff5cfac9246469b566e722fe81932e4f9
parentc317ab71facc2cd0a94145973318a4c914e11acc
parentea4128eb43eb3fe856831eaa9f747fab350ed5f3
Merge branch 'Teach libbpf to "fix up" BPF verifier log'

Andrii Nakryiko says:

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

This patch set teaches libbpf to enhance BPF verifier log with human-readable
and relevant information about failed CO-RE relocation. Patch #9 is the main
one with the new logic. See relevant commit messages for some more details.

All the other patches are either fixing various bugs detected
while working on this feature, most prominently a bug with libbpf not handling
CO-RE relocations for SEC("?...") programs, or are refactoring libbpf
internals to allow for easier reuse of CO-RE relo lookup and formatting logic.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>