]> git.baikalelectronics.ru Git - kernel.git/commit
btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
authorAndrii Nakryiko <andriin@fb.com>
Tue, 13 Aug 2019 18:54:42 +0000 (11:54 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 13 Aug 2019 21:19:42 +0000 (23:19 +0200)
commit810fedc2136f38ecd8565c3a212c04531db76847
treef26abfedf56ba3a3e2674f367538e783b958dd4d
parent127e07521c6dff8d7572aa0a04d242452ba9e422
btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux

Expose kernel's BTF under the name vmlinux to be more uniform with using
kernel module names as file names in the future.

Fixes: 92acefb867a9 ("btf: expose BTF info through sysfs")
Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Documentation/ABI/testing/sysfs-kernel-btf
kernel/bpf/sysfs_btf.c
scripts/link-vmlinux.sh