commit | 6e43b28607848eeb079c033f415b410788569b27 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue Jul 20 17:08:19 2021 -0700 |
committer | Andrii Nakryiko <andrii@kernel.org> | Mon Jul 26 12:11:23 2021 -0700 |
tree | 08296e00faf9393f2675edd541f3a8350d6cfc26 | |
parent | 2b7e9f25e590726cca76700ebdb10e92a7a72ca1 [diff] |
libbpf: Cleanup the layering between CORE and bpf_program. CO-RE processing functions don't need to know 'struct bpf_program' details. Cleanup the layering to eventually be able to move CO-RE logic into a separate file. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210721000822.40958-2-alexei.starovoitov@gmail.com