From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751632AbbHTJs1 (ORCPT ); Thu, 20 Aug 2015 05:48:27 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:38505 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbbHTJs0 (ORCPT ); Thu, 20 Aug 2015 05:48:26 -0400 Date: Thu, 20 Aug 2015 11:48:21 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Borislav Petkov , David Ahern , Frederic Weisbecker , Jiri Olsa , Linus Torvalds , Namhyung Kim , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/4] perf/urgent fixes Message-ID: <20150820094821.GA10635@gmail.com> References: <1440013244-15898-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440013244-15898-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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 d7a702f0b1033cf402fef65bd6395072738f0844: > > perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handler (2015-08-12 11:37:23 +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 > > for you to fetch changes up to 09f4d78ab0af0973e1a49c10eb7bf977c68cc3aa: > > perf top: Show backtrace when handling a SIGSEGV on --stdio mode (2015-08-19 15:16:08 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Fix buildid processing done at the end of a 'perf record' session, a > problem that happened in workloads involving lots of small short-lived > processes. That code was not asking the perf_session layer to order > the events. > > Make the code more robust to handle some of the problems with such > out-of-order events and fix 'perf record' to ask for ordered events > on systems where we have perf_event_attr.sample_id_all. (Adrian Hunter) > > - Show backtrace when handling a SIGSEGV in 'perf top --stdio' (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Adrian Hunter (3): > perf tools: Avoid deadlock when map_groups are broken > perf tools: Make fork event processing more resilient > perf tools: Fix buildid processing > > Arnaldo Carvalho de Melo (1): > perf top: Show backtrace when handling a SIGSEGV on --stdio mode > > tools/perf/builtin-record.c | 11 +++++++++++ > tools/perf/builtin-top.c | 4 ++-- > tools/perf/util/machine.c | 20 ++++++++++++++++++-- > tools/perf/util/thread.c | 6 ++++++ > 4 files changed, 37 insertions(+), 4 deletions(-) Pulled, thanks a lot Arnaldo! Ingo