Merge branch 'libbpf: Streamline internal BPF program sections handling'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 14 Sep 2021 22:49:24 +0000 (15:49 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 14 Sep 2021 22:49:42 +0000 (15:49 -0700)
commit67dfac47dac67a44d5bbdab2541a35ce33a2729a
treebe606ccb8cf5dffa18fbb25b5b8cab1ca0674bfa
parentca304b40c20d5750f08200f0ad3445384646620c
parentb6291a6f30d35bd4459dc35aac2f30669a4356ac
Merge branch 'libbpf: Streamline internal BPF program sections handling'

Andrii Nakryiko says:

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

This small patch set performs internal refactorings around libbpf BPF program
ELF section definitions' handling. This is preparatory changes for further
changes around making libbpf BPF program section handling more strict but also
pluggable and customizable, as part of the libbpf 1.0 effort. See individual
patches for details.
====================

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