Re: [PATCH bpf-next] tools/bpftool: remove warning about PID iterator support

2020-07-13 Thread Alexei Starovoitov
On Fri, Jul 10, 2020 at 7:10 PM Yonghong Song wrote: > > > > On 7/10/20 4:26 PM, Andrii Nakryiko wrote: > > Don't emit warning that bpftool was built without PID iterator support. This > > error garbles JSON output of otherwise perfectly valid show commands. > > > > Reported-by: Andrey Ignatov >

Re: [PATCH bpf-next] tools/bpftool: remove warning about PID iterator support

2020-07-10 Thread Yonghong Song
On 7/10/20 4:26 PM, Andrii Nakryiko wrote: Don't emit warning that bpftool was built without PID iterator support. This error garbles JSON output of otherwise perfectly valid show commands. Reported-by: Andrey Ignatov Signed-off-by: Andrii Nakryiko Thanks for the fix. Acked-by: Yonghong S

[PATCH bpf-next] tools/bpftool: remove warning about PID iterator support

2020-07-10 Thread Andrii Nakryiko
Don't emit warning that bpftool was built without PID iterator support. This error garbles JSON output of otherwise perfectly valid show commands. Reported-by: Andrey Ignatov Signed-off-by: Andrii Nakryiko --- tools/bpf/bpftool/pids.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/bpf