From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751470AbdFGPvo (ORCPT ); Wed, 7 Jun 2017 11:51:44 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:33004 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751252AbdFGPvm (ORCPT ); Wed, 7 Jun 2017 11:51:42 -0400 Date: Wed, 7 Jun 2017 17:51:38 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adam Stylinski , Alexander Shishkin , Andi Kleen , Anton Blanchard , Christian Borntraeger , David Ahern , He Kuang , Jiri Olsa , kernel-team@lge.com, Kim Phillips , Mark Rutland , Milian Wolff , Namhyung Kim , Peter Zijlstra , Ravi Bangoria , Robin Murphy , Taeung Song , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/11] perf/urgent fixes Message-ID: <20170607155138.2ftcdyprr5epvw4u@gmail.com> References: <20170606192650.20737-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170606192650.20737-1-acme@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 6e30437bd42c4d4e9cfc4c40efda00eb83a11cde: > > tools/include: Sync kernel ABI headers with tooling headers (2017-05-24 09:00:21 +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.12-20170606 > > for you to fetch changes up to 2538b9e2450ae255337c04356e9e0f8cb9ec48d9: > > perf report: Ensure the perf DSO mapping matches what libdw sees (2017-06-05 14:18:05 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Only print NMI watchdog hint in 'perf stat' when it is enabled (Andi Kleen) > > - Fix sys_mmap/sys_old_mmap shandling in s390 in 'perf trace' (Jiri Olsa) > > - Disable breakpoint signal tests in powerpc, that lacks the perf kernel > glue to set breakpoint events and makes 'perf test' always fail (Jiri Olsa) > > - Fix 'perf annotate' for branch instruction with multiple operands (Kim Phillips) > > - Add missing powerpc triplet when disassembling with 'objdump' in 'perf > annotate' (Kim Phillips) > > - Do not trow away partial unwound stacks when using libdw, making > callchains produced with it similar to those produced when linked with > the other DWARF unwind library supported in perf, libunwind (Milian Wolff) > > - Fixes to properly handle kernel modules when processing build-id meta > events (Namhyung Kim) > > - Fix handling of compressed modules in the build-id cache (Namhyung Kim) > > - Fix 'perf annotate' failure when filename has special chars (Ravi Bangoria) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Andi Kleen (1): > perf stat: Only print NMI watchdog hint when enabled > > Jiri Olsa (2): > perf trace: Add mmap alias for s390 > perf test: Disable breakpoint signal tests for powerpc > > Kim Phillips (2): > perf annotate: Fix branch instruction with multiple operands > perf annotate: Add missing powerpc triplet > > Milian Wolff (2): > perf report: Include partial stacks unwound with libdw > perf report: Ensure the perf DSO mapping matches what libdw sees > > Namhyung Kim (3): > perf header: Set proper module name when build-id event found > perf symbols: Set module info when build-id event found > perf symbols: Use correct filename for compressed modules in build-id cache > > Ravi Bangoria (1): > perf annotate: Fix failure when filename has special chars > > tools/perf/arch/common.c | 1 + > tools/perf/builtin-stat.c | 5 ++++- > tools/perf/builtin-trace.c | 4 ++++ > tools/perf/tests/bp_signal.c | 14 ++++++++++++++ > tools/perf/tests/builtin-test.c | 7 +++++++ > tools/perf/tests/tests.h | 3 +++ > tools/perf/util/annotate.c | 35 +++++++++++++++++++++++++++++++---- > tools/perf/util/dso.c | 15 +++++++++++++++ > tools/perf/util/dso.h | 3 +++ > tools/perf/util/header.c | 12 ++++++++++-- > tools/perf/util/machine.c | 11 +---------- > tools/perf/util/symbol-elf.c | 5 +---- > tools/perf/util/unwind-libdw.c | 10 +++++++++- > 13 files changed, 103 insertions(+), 22 deletions(-) Pulled, thanks a lot Arnaldo! Ingo