Re: [PATCH bpf-next 0/2] libbpf: support modules in set_attach_target() API

2020-12-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Fri, 11 Dec 2020 13:58:23 -0800 you wrote: > Add support for finding BTF-based kernel attach targets (fentry/fexit > functions, tp_btf tracepoints, etc) with programmatic > bpf_program__set_attach_target() API. It is now a

[PATCH bpf-next 0/2] libbpf: support modules in set_attach_target() API

2020-12-11 Thread Andrii Nakryiko
Add support for finding BTF-based kernel attach targets (fentry/fexit functions, tp_btf tracepoints, etc) with programmatic bpf_program__set_attach_target() API. It is now as capable as libbpf's SEC()-based logic. Andrii Nakryiko (2): libbpf: support modules in bpf_program__set_attach_target() A