Re: [PATCH v3 bpf-next] Add CONFIG_DEBUG_INFO_BTF check to bpftool feature command

2021-02-22 Thread Grant Seltzer Richman
I submitted a new patch that includes CONFIG_DEBUG_INFO_BTF_MODULES. I renamed the patch to include this change so it's showing up as a new thread, I also fixed the time issue, apologies for the confusion! On Mon, Feb 22, 2021 at 2:22 PM Andrii Nakryiko wrote: > > On Mon, Feb 22, 2021 at 7:34 AM

Re: [PATCH v3 bpf-next] Add CONFIG_DEBUG_INFO_BTF check to bpftool feature command

2021-02-22 Thread Andrii Nakryiko
On Mon, Feb 22, 2021 at 7:34 AM grantseltzer wrote: > > This adds the CONFIG_DEBUG_INFO_BTF kernel compile option to output of > the bpftool feature command. This is relevant for developers that want > to use libbpf to account for data structure definition differences > between kernels. > > Signed

Re: [PATCH v3 bpf-next] Add CONFIG_DEBUG_INFO_BTF check to bpftool feature command

2021-02-22 Thread Martin KaFai Lau
On Sat, Feb 20, 2021 at 05:13:07PM +, grantseltzer wrote: > This adds the CONFIG_DEBUG_INFO_BTF kernel compile option to output of > the bpftool feature command. This is relevant for developers that want > to use libbpf to account for data structure definition differences > between kernels. Ack

Re: [PATCH v3 bpf-next] Add CONFIG_DEBUG_INFO_BTF check to bpftool feature command

2021-02-22 Thread Quentin Monnet
2021-02-20 17:13 UTC+ ~ grantseltzer > This adds the CONFIG_DEBUG_INFO_BTF kernel compile option to output of > the bpftool feature command. This is relevant for developers that want > to use libbpf to account for data structure definition differences > between kernels. > > Signed-off-by: gra

[PATCH v3 bpf-next] Add CONFIG_DEBUG_INFO_BTF check to bpftool feature command

2021-02-22 Thread grantseltzer
This adds the CONFIG_DEBUG_INFO_BTF kernel compile option to output of the bpftool feature command. This is relevant for developers that want to use libbpf to account for data structure definition differences between kernels. Signed-off-by: grantseltzer --- tools/bpf/bpftool/feature.c | 2 ++ 1