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

2020-09-14 Thread Alexei Starovoitov
On Mon, Sep 14, 2020 at 3:20 PM Andrii Nakryiko wrote: > > On Mon, Sep 14, 2020 at 11:31 AM 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 v3] bpftool: fix build failure

2020-09-14 Thread Andrii Nakryiko
On Mon, Sep 14, 2020 at 11:31 AM 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) B

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

2020-09-14 Thread Song Liu
> On Sep 14, 2020, at 11:31 AM, 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) Bl

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

2020-09-14 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