[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180919113422.GA39073@gmail.com>
Date: Wed, 19 Sep 2018 13:34:22 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Clark Williams <williams@...hat.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Adrian Hunter <adrian.hunter@...el.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Alexei Starovoitov <ast@...nel.org>,
Ben Hutchings <ben@...adent.org.uk>,
Daniel Borkmann <daniel@...earbox.net>,
David Ahern <dsahern@...il.com>,
Hendrik Brueckner <brueckner@...ux.ibm.com>,
Jakub Kicinski <jakub.kicinski@...ronome.com>,
Jiri Olsa <jolsa@...hat.com>, Martin KaFai Lau <kafai@...com>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Quentin Monnet <quentin.monnet@...ronome.com>,
Thomas Richter <tmricht@...ux.ibm.com>,
Wang Nan <wangnan0@...wei.com>, Yonghong Song <yhs@...com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [GIT PULL 0/2] perf/urgent fixes
* Arnaldo Carvalho de Melo <acme@...nel.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit cb48b6a26cace226d8b299a48c73e808eb0c4f61:
>
> Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2018-09-12 21:10:05 +0200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.19-20180918
>
> for you to fetch changes up to 169e366c08084aeb49a3793c892c9abfaa47eeda:
>
> perf Documentation: Fix out-of-tree asciidoctor man page generation (2018-09-18 10:17:16 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> - Fix the build on !_GNU_SOURCE libc systems such as Alpine Linux/musl
> libc due to usage of strerror_r glibc variant on libbpf (Arnaldo Carvalho de Melo)
>
> - Fix out-of-tree asciidoctor man page generation (Ben Hutchings)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (1):
> tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems
>
> Ben Hutchings (1):
> perf Documentation: Fix out-of-tree asciidoctor man page generation
>
> tools/lib/bpf/Build | 2 +-
> tools/lib/bpf/libbpf.c | 20 ++++++++++----------
> tools/lib/bpf/str_error.c | 18 ++++++++++++++++++
> tools/lib/bpf/str_error.h | 6 ++++++
> tools/perf/Documentation/Makefile | 2 +-
> 5 files changed, 36 insertions(+), 12 deletions(-)
> create mode 100644 tools/lib/bpf/str_error.c
> create mode 100644 tools/lib/bpf/str_error.h
Pulled, thanks a lot Arnaldo!
Ingo
Powered by blists - more mailing lists