From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Alexei Starovoitov <ast@kernel.org>,
Ben Hutchings <ben@decadent.org.uk>,
Daniel Borkmann <daniel@iogearbox.net>,
David Ahern <dsahern@gmail.com>,
Hendrik Brueckner <brueckner@linux.ibm.com>,
Jakub Kicinski <jakub.kicinski@netronome.com>,
Jiri Olsa <jolsa@redhat.com>, Martin KaFai Lau <kafai@fb.com>,
Namhyung Kim <namhyung@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Quentin Monnet <quentin.monnet@netronome.com>,
Thomas Richter <tmricht@linux.ibm.com>,
Wang Nan <wangnan0@huawei.com>, Yonghong Song <yhs@fb.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 0/2] perf/urgent fixes
Date: Wed, 19 Sep 2018 13:34:22 +0200 [thread overview]
Message-ID: <20180919113422.GA39073@gmail.com> (raw)
In-Reply-To: <20180918153725.7022-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.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@redhat.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
next prev parent reply other threads:[~2018-09-19 11:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-18 15:37 [GIT PULL 0/2] perf/urgent fixes Arnaldo Carvalho de Melo
2018-09-18 15:37 ` [PATCH 1/2] tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems Arnaldo Carvalho de Melo
2018-09-18 15:37 ` [PATCH 2/2] perf Documentation: Fix out-of-tree asciidoctor man page generation Arnaldo Carvalho de Melo
2018-09-19 11:34 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-27 19:50 [GIT PULL 0/2] perf/urgent fixes Arnaldo Carvalho de Melo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180919113422.GA39073@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=ast@kernel.org \
--cc=ben@decadent.org.uk \
--cc=brueckner@linux.ibm.com \
--cc=daniel@iogearbox.net \
--cc=dsahern@gmail.com \
--cc=jakub.kicinski@netronome.com \
--cc=jolsa@redhat.com \
--cc=kafai@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
--cc=quentin.monnet@netronome.com \
--cc=tmricht@linux.ibm.com \
--cc=wangnan0@huawei.com \
--cc=williams@redhat.com \
--cc=yhs@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).