]> 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)
commitee6549a0e85a47c2683af77c712a979149212970
tree5534805c878ae24eb57d84b6d784c1f6f4b4cd7c
parentf5ac0214b40b1019292ff00e5f69df36899fae97
parenta8ecb42d6aa0a36a23ace42b2b0ff79c81e96ecc
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>