From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937133AbdLRRMK (ORCPT ); Mon, 18 Dec 2017 12:12:10 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:34886 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935400AbdLRRME (ORCPT ); Mon, 18 Dec 2017 12:12:04 -0500 X-Google-Smtp-Source: ACJfBosyfczBYGPzBcYNwQTfgg0m3mEEP61H+uzyLegEhdXj2d53EYg9y2X/bBLDvC28snSvINa33Q== Date: Mon, 18 Dec 2017 18:11:59 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Adrian Hunter , Alexander Potapenko , Alexander Shishkin , Alexei Starovoitov , Andrey Ryabinin , Andy Lutomirski , Arnd Bergmann , Ben Gainey , Colin King , Daniel Borkmann , Darren Hart , David Ahern , Dmitriy Vyukov , Heiko Carstens , Hendrik Brueckner , Jiri Olsa , Josh Poimboeuf , Kim Phillips , Linus Torvalds , Martin Schwidefsky , Matthias Kaehlcke , Miguel Bernal Marin , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Thomas Gleixner , Thomas Richter , Wang Nan , Yonghong Song , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/5] perf/urgent fixes Message-ID: <20171218171159.j4zlcmutdtuf7iw3@gmail.com> References: <20171218143912.6036-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171218143912.6036-1-acme@kernel.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > This was ready already before my short vacations, and get things > building on the recently released fedora 27 and make 'perf test' pass > all entries, so please consider pulling, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 34c9ca37aaec2e307b837bb099d3b44f0ea04ddc: > > tooling/headers: Synchronize updated s390 and x86 UAPI headers (2017-12-06 22:45:24 +0100) > > 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.15-20171218 > > for you to fetch changes up to 38ab834165924bf86fe7ee67bb5dbea56240b03f: > > x86/asm: Allow again using asm.h when building for the 'bpf' clang target (2017-12-15 12:30:16 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Fix up build in hardened environments, such as fedora 27 (Jiri Olsa) > > - Do not include header files from the kernel sources for the s/390 arch, > fixing the detached tarball building (Arnaldo Carvalho de Melo) > > - Allow again using asm.h when building for the 'bpf' clang target, > guarding x86 specific bits under ifndef __BPF__ (Arnaldo Carvalho de Melo) > > - Generate correct debug information for inlined code when generating > ELF images for JITted java programs (Ben Gainey) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (2): > tools arch s390: Do not include header files from the kernel sources > x86/asm: Allow again using asm.h when building for the 'bpf' clang target > > Ben Gainey (1): > perf jvmti: Generate correct debug information for inlined code > > Jiri Olsa (2): > perf tools: Use shell function for perl cflags retrieval > perf tools: Fix up build in hardened environments > > arch/x86/include/asm/asm.h | 2 + > tools/arch/s390/include/uapi/asm/perf_regs.h | 43 ++++++++ > tools/perf/Makefile.config | 9 +- > tools/perf/arch/s390/include/perf_regs.h | 2 +- > tools/perf/check-headers.sh | 1 + > tools/perf/jvmti/jvmti_agent.c | 16 +-- > tools/perf/jvmti/jvmti_agent.h | 7 +- > tools/perf/jvmti/libjvmti.c | 147 ++++++++++++++++++++++----- > 8 files changed, 185 insertions(+), 42 deletions(-) > create mode 100644 tools/arch/s390/include/uapi/asm/perf_regs.h Pulled, thanks a lot Arnaldo! Ingo