]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-libbpf-read-sysfs-btf'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 13 Aug 2019 21:19:42 +0000 (23:19 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 13 Aug 2019 21:19:42 +0000 (23:19 +0200)
commit73d55cf00658e20c495f10b6c0c365f844219c5a
tree5534805c878ae24eb57d84b6d784c1f6f4b4cd7c
parent127e07521c6dff8d7572aa0a04d242452ba9e422
parent4fa86886fb4745e93d7cac12ded8d819f29f16b3
Merge branch 'bpf-libbpf-read-sysfs-btf'

Andrii Nakryiko says:

====================
Now that kernel's BTF is exposed through sysfs at well-known location, attempt
to load it first as a target BTF for the purpose of BPF CO-RE relocations.

Patch #1 is a follow-up patch to rename /sys/kernel/btf/kernel into
/sys/kernel/btf/vmlinux.

Patch #2 adds ability to load raw BTF contents from sysfs and expands the list
of locations libbpf attempts to load vmlinux BTF from.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>