Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Yonghong Song
On 9/14/20 11:13 AM, Andrii Nakryiko wrote: On Mon, Sep 14, 2020 at 11:06 AM Yonghong Song wrote: On 9/14/20 10:55 AM, Andrii Nakryiko wrote: On Mon, Sep 14, 2020 at 10:46 AM Yonghong Song wrote: On 9/14/20 10:23 AM, Quentin Monnet wrote: On 14/09/2020 17:54, Yonghong Song wrote:

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Andrii Nakryiko
On Mon, Sep 14, 2020 at 11:06 AM Yonghong Song wrote: > > > > On 9/14/20 10:55 AM, Andrii Nakryiko wrote: > > On Mon, Sep 14, 2020 at 10:46 AM Yonghong Song wrote: > >> > >> > >> > >> On 9/14/20 10:23 AM, Quentin Monnet wrote: > >>> On 14/09/2020 17:54, Yonghong Song wrote: > > > O

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Yonghong Song
On 9/14/20 10:55 AM, Andrii Nakryiko wrote: On Mon, Sep 14, 2020 at 10:46 AM Yonghong Song wrote: On 9/14/20 10:23 AM, Quentin Monnet wrote: On 14/09/2020 17:54, Yonghong Song wrote: On 9/14/20 9:46 AM, Yonghong Song wrote: On 9/14/20 1:16 AM, Quentin Monnet wrote: On 14/09/2020 0

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Andrii Nakryiko
On Mon, Sep 14, 2020 at 10:46 AM Yonghong Song wrote: > > > > On 9/14/20 10:23 AM, Quentin Monnet wrote: > > On 14/09/2020 17:54, Yonghong Song wrote: > >> > >> > >> On 9/14/20 9:46 AM, Yonghong Song wrote: > >>> > >>> > >>> On 9/14/20 1:16 AM, Quentin Monnet wrote: > On 14/09/2020 07:12, Yon

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Yonghong Song
On 9/14/20 10:23 AM, Quentin Monnet wrote: On 14/09/2020 17:54, Yonghong Song wrote: On 9/14/20 9:46 AM, Yonghong Song wrote: On 9/14/20 1:16 AM, Quentin Monnet wrote: On 14/09/2020 07:12, Yonghong Song wrote: When building bpf selftests like    make -C tools/testing/selftests/bpf -j2

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Quentin Monnet
On 14/09/2020 17:54, Yonghong Song wrote: > > > On 9/14/20 9:46 AM, Yonghong Song wrote: >> >> >> On 9/14/20 1:16 AM, Quentin Monnet wrote: >>> On 14/09/2020 07:12, Yonghong Song wrote: When building bpf selftests like    make -C tools/testing/selftests/bpf -j20 I hit the following

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Yonghong Song
On 9/14/20 1:16 AM, Quentin Monnet wrote: On 14/09/2020 07:12, Yonghong Song wrote: When building bpf selftests like make -C tools/testing/selftests/bpf -j20 I hit the following errors: ... GEN /net-next/tools/testing/selftests/bpf/tools/build/bpftool/Documentation/bpftool-gen.

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Yonghong Song
On 9/14/20 9:20 AM, Song Liu wrote: On Mon, Sep 14, 2020 at 1:20 AM Quentin Monnet wrote: On 14/09/2020 07:12, Yonghong Song wrote: When building bpf selftests like make -C tools/testing/selftests/bpf -j20 I hit the following errors: ... GEN /net-next/tools/testing/selftests

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Yonghong Song
On 9/14/20 9:46 AM, Yonghong Song wrote: On 9/14/20 1:16 AM, Quentin Monnet wrote: On 14/09/2020 07:12, Yonghong Song wrote: When building bpf selftests like    make -C tools/testing/selftests/bpf -j20 I hit the following errors:    ...    GEN /net-next/tools/testing/selftests/bpf/to

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Song Liu
On Mon, Sep 14, 2020 at 1:20 AM Quentin Monnet wrote: > > On 14/09/2020 07:12, Yonghong Song wrote: > > When building bpf selftests like > > make -C tools/testing/selftests/bpf -j20 > > I hit the following errors: > > ... > > GEN > > /net-next/tools/testing/selftests/bpf/tools/build/bp

Re: [PATCH bpf-next] bpftool: fix build failure

2020-09-14 Thread Quentin Monnet
On 14/09/2020 07:12, Yonghong Song wrote: > When building bpf selftests like > make -C tools/testing/selftests/bpf -j20 > I hit the following errors: > ... > GEN > /net-next/tools/testing/selftests/bpf/tools/build/bpftool/Documentation/bpftool-gen.8 > :75: (WARNING/2) Block quote ends

[PATCH bpf-next] bpftool: fix build failure

2020-09-13 Thread Yonghong Song
When building bpf selftests like make -C tools/testing/selftests/bpf -j20 I hit the following errors: ... GEN /net-next/tools/testing/selftests/bpf/tools/build/bpftool/Documentation/bpftool-gen.8 :75: (WARNING/2) Block quote ends without a blank line; unexpected unindent. :71: (WAR