]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'libbpf-support-multi-split-btf'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 20 May 2025 23:22:30 +0000 (16:22 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 20 May 2025 23:22:31 +0000 (16:22 -0700)
commit25b6d5def6f8d3081f69c8b73cb934942c11e63a
treece492faecbb01577eba98e4515d44218001836b7
parentb615ce5fbefb7d9bd1739b0aee54825349ae7438
parent02f5e7c1f3ea18c99403b23b8bb400bd07b0c456
Merge branch 'libbpf-support-multi-split-btf'

Alan Maguire says:

====================
libbpf: support multi-split BTF

In discussing handling of inlines in BTF [1], one area which we may need
support for in the future is multiple split BTF, where split BTF sits
atop another split BTF which sits atop base BTF.  This two-patch series
fixes one issue discovered when testing multi-split BTF and extends the
split BTF test to cover multi-split BTF also.

[1] https://lore.kernel.org/dwarves/20250416-btf_inline-v1-0-e4bd2f8adae5@meta.com/
====================

Link: https://patch.msgid.link/20250519165935.261614-1-alan.maguire@oracle.com
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>