[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAEf4BzZLt_ojTAf-=1nO2R7F8ROUwBdUsfp_W9NaAk-XSNEYmA@mail.gmail.com>
Date: Mon, 6 Dec 2021 19:35:20 -0800
From: Andrii Nakryiko <andrii.nakryiko@...il.com>
To: Alexander Lobakin <alexandr.lobakin@...el.com>
Cc: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Toke Høiland-Jørgensen <toke@...hat.com>,
Kumar Kartikeya Dwivedi <memxor@...il.com>,
John Fastabend <john.fastabend@...il.com>,
Jesper Dangaard Brouer <hawk@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Networking <netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>, llvm@...ts.linux.dev
Subject: Re: [PATCH bpf 0/2] samples: bpf: fix build issues with Clang/LLVM
On Fri, Dec 3, 2021 at 11:55 AM Alexander Lobakin
<alexandr.lobakin@...el.com> wrote:
>
> Samples, at least XDP ones, can be built only with the compiler used
> to build the kernel itself.
> However, XDP sample infra introduced in Aug'21 was probably tested
> with GCC/Binutils only as it's not really compilable for now with
> Clang/LLVM.
> These two are trivial fixes addressing this.
>
> Alexander Lobakin (2):
> samples: bpf: fix xdp_sample_user.o linking with Clang
> samples: bpf: fix 'unknown warning group' build warning on Clang
>
There were conflicts when applying, but luckily I was the one who
caused this conflict in XDP_SAMPLE_CFLAGS, so I just fixed it up
locally and pushed to bpf-next. Thanks.
> samples/bpf/Makefile | 5 +++++
> samples/bpf/Makefile.target | 2 +-
> samples/bpf/xdp_sample_user.h | 2 ++
> 3 files changed, 8 insertions(+), 1 deletion(-)
>
> --
> 2.33.1
>
Powered by blists - more mailing lists