From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [RFC/fix] Re: libbpf build broken on musl libc (Alpine Linux) Date: Tue, 18 Sep 2018 10:15:17 -0300 Message-ID: <20180918131517.GA32227@kernel.org> References: <20180910172903.GB15516@kernel.org> <20180911122218.0d2eb3f9@cakuba> <20180911121543.GB22689@kernel.org> <20180911212451.hvnyfwyvcs4yojqy@ast-mbp> <20180913183240.GF30969@kernel.org> <20180913185629.su22fnimluoezntg@ast-mbp> <20180917151636.GA21790@kernel.org> <20180918005256.7uutwda4s3ofoxpd@ast-mbp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Arnaldo Carvalho de Melo , Jakub Kicinski , Daniel Borkmann , Thomas Richter , Hendrik Brueckner , Jiri Olsa , Namhyung Kim , linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Alexei Starovoitov Return-path: Content-Disposition: inline In-Reply-To: <20180918005256.7uutwda4s3ofoxpd@ast-mbp> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Em Mon, Sep 17, 2018 at 05:52:59PM -0700, Alexei Starovoitov escreveu: > > +++ b/tools/lib/bpf/str_error.h > > @@ -0,0 +1,6 @@ > > +// SPDX-License-Identifier: GPL-2.1 > > LGPL-2.1 in the above? Sure, will fix. > The rest looks good to me. Will that that as an Acked-by: you, ok? > Should we take it via bpf-next tree? No need, I have it already in perf/urgent, will push shortly to Ingo. Thanks, - Arnaldo > If you feel there is an urgency to fix musl build, we can take it via bpf tree too. > > Jakub, thoughts? you've been messing with strerror last..