diff options
author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2022-03-17 14:59:43 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-03-19 02:11:31 +0300 |
commit | edc3ec09ab706c45e955f7a52f0904b4ed649ca9 (patch) | |
tree | 81d4493a97e549028b949cd1460fe7b87321a30a /kernel/bpf/stackmap.c | |
parent | 08063b4bc1581bbdcae99da4a54f546a50045fc0 (diff) | |
download | linux-edc3ec09ab706c45e955f7a52f0904b4ed649ca9.tar.xz |
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
In next few patches, we need a helper that searches all kernel BTFs
(vmlinux and module BTFs), and finds the type denoted by 'name' and
'kind'. Turns out bpf_btf_find_by_name_kind already does the same thing,
but it instead returns a BTF ID and optionally fd (if module BTF). This
is used for relocating ksyms in BPF loader code (bpftool gen skel -L).
We extract the core code out into a new helper bpf_find_btf_id, which
returns the BTF ID in the return value, and BTF pointer in an out
parameter. The reference for the returned BTF pointer is always raised,
hence user must either transfer it (e.g. to a fd), or release it after
use.
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20220317115957.3193097-2-memxor@gmail.com
Diffstat (limited to 'kernel/bpf/stackmap.c')
0 files changed, 0 insertions, 0 deletions