summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2024-01-03 17:38:43 -0800
committerAlexei Starovoitov <ast@kernel.org>2024-01-03 21:22:49 -0800
commitfb03be7c4a27c25696287df4ee06c5aafa31267c (patch)
tree11cfbb2f44610b9064a7ae73502d571642bbf3b9 /Makefile
parentdac645b950ea4fc0896fe46a645365cb8d9ab92b (diff)
libbpf: move exception callbacks assignment logic into relocation step
Move the logic of finding and assigning exception callback indices from BTF sanitization step to program relocations step, which seems more logical and will unblock moving BTF loading to after relocation step. Exception callbacks discovery and assignment has no dependency on BTF being loaded into the kernel, it only uses BTF information. It does need to happen before subprogram relocations happen, though. Which is why the split. No functional changes. Acked-by: Jiri Olsa <jolsa@kernel.org> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/r/20240104013847.3875810-6-andrii@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions