Re: [PATCH bpf-next 00/17] BPF static linker: support externs

2021-04-14 Thread Andrii Nakryiko
On Wed, Apr 14, 2021 at 1:02 PM Andrii Nakryiko wrote: > > Add BPF static linker support for extern resolution of global variables, > functions, and BTF-defined maps. > > This patch set consists of 4 parts: > - few patches are extending bpftool to simplify working with BTF dump; > - libbpf obj

[PATCH bpf-next 00/17] BPF static linker: support externs

2021-04-14 Thread Andrii Nakryiko
Add BPF static linker support for extern resolution of global variables, functions, and BTF-defined maps. This patch set consists of 4 parts: - few patches are extending bpftool to simplify working with BTF dump; - libbpf object loading logic is extended to support __hidden functions and o