summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2020-09-29 12:21:24 -0700
committerAlexei Starovoitov <ast@kernel.org>2020-09-29 12:21:24 -0700
commit85e3f318506ece12714535821d0b3186f7121b5b (patch)
tree0f0195a16c9ea0b1346e560d9a21e9efff2402ce /kernel/bpf/core.c
parentf970cbcdcdb5b3468a6c05332818d226fb60038f (diff)
parented9cf248b9498815d4762fe335539210b8a283a9 (diff)
downloadlinux-85e3f318506ece12714535821d0b3186f7121b5b.tar.gz
linux-85e3f318506ece12714535821d0b3186f7121b5b.tar.bz2
linux-85e3f318506ece12714535821d0b3186f7121b5b.zip
Merge branch 'libbpf: support loading/storing any BTF'
Andrii Nakryiko says: ==================== Add support for loading and storing BTF in either little- or big-endian integer encodings, regardless of host endianness. This allows users of libbpf to not care about endianness when they don't want to and transparently open/load BTF of any endianness. libbpf will preserve original endianness and will convert output raw data as necessary back to original endianness, if necessary. This allows tools like pahole to be ignorant to such issues during cross-compilation. While working with BTF data in memory, the endianness is always native to the host. Convetion can happen only during btf__get_raw_data() call, and only in a raw data copy. Additionally, it's possible to force output BTF endianness through new btf__set_endianness() API. This which allows to create flexible tools doing arbitrary conversions of BTF endianness, just by relying on libbpf. Cc: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com> Cc: Tony Ambardar <tony.ambardar@gmail.com> Cc: Ilya Leoshkevich <iii@linux.ibm.com> Cc: Luka Perkov <luka.perkov@sartura.hr> ==================== Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/bpf/core.c')
0 files changed, 0 insertions, 0 deletions