* Arnaldo Carvalho de Melo <[email protected]> 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 <[email protected]>
> 
> ----------------------------------------------------------------
> 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

Reply via email to