]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7ae11d0495fb96743481736c1f5b6ba8c8d6882
treeeca090cff5cfac9246469b566e722fe81932e4f9
parentdf01464a0b546fc59e1f6ece22016ab32b8942d9
parent2944a850012f3c46b917d6dfe758f1d7958709b5
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>