aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrii Nakryiko2022-04-25 17:45:07 -0700
committerAlexei Starovoitov2022-04-26 15:41:46 -0700
commit185cfe837fdbb1fcc0f6b8fbcf5fdd2d1fccd3ad (patch)
treef935088c5d6c3124093f480edf633f74d39a77af /.gitignore
parentb82bb1ffbb9a20032853ef4e0d5b8f37c6ae7c25 (diff)
libbpf: Record subprog-resolved CO-RE relocations unconditionally
Previously, libbpf recorded CO-RE relocations with insns_idx resolved according to finalized subprog locations (which are appended at the end of entry BPF program) to simplify the job of light skeleton generator. This is necessary because once subprogs' instructions are appended to main entry BPF program all the subprog instruction indices are shifted and that shift is different for each entry (main) BPF program, so it's generally impossible to map final absolute insn_idx of the finalized BPF program to their original locations inside subprograms. This information is now going to be used not only during light skeleton generation, but also to map absolute instruction index to subprog's instruction and its corresponding CO-RE relocation. So start recording these relocations always, not just when obj->gen_loader is set. This information is going to be freed at the end of bpf_object__load() step, as before (but this can change in the future if there will be a need for this information post load step). Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20220426004511.2691730-7-andrii@kernel.org
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions