Re: [PATCH v5 bpf-next 05/13] bpf: Introduce bpf_func_info

2018-11-20 Thread kbuild test robot
Hi Yonghong, Thank you for the patch! Yet something to improve: [auto build test ERROR on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Martin-KaFai-Lau/bpf-Add-btf-func-info-support/20181120-181333 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git mas

[PATCH v5 bpf-next 05/13] bpf: Introduce bpf_func_info

2018-11-19 Thread Martin KaFai Lau
From: Yonghong Song This patch added interface to load a program with the following additional information: . prog_btf_fd . func_info, func_info_rec_size and func_info_cnt where func_info will provide function range and type_id corresponding to each function. The func_info_rec_size is intr