]> 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)
commit4382953d4a5a47bb8cb19a9b4b6da15a0acad9ba
treeeca090cff5cfac9246469b566e722fe81932e4f9
parentbe7318637fb9621553d1135c43e93d65e7ac79a0
parent44684e86c41b00bca2f53b205f8b9b997aede2f6
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>