From: Daniel Borkmann Date: Tue, 13 Aug 2019 21:19:42 +0000 (+0200) Subject: Merge branch 'bpf-libbpf-read-sysfs-btf' X-Git-Tag: v5.4-rc1~131^2~248^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72ef80b5ee131e96172f19e74b4f98fa3404efe8;p=thirdparty%2Flinux.git 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 --- 72ef80b5ee131e96172f19e74b4f98fa3404efe8