From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752447AbbIWHmn (ORCPT ); Wed, 23 Sep 2015 03:42:43 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:33374 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752104AbbIWHml (ORCPT ); Wed, 23 Sep 2015 03:42:41 -0400 Date: Wed, 23 Sep 2015 09:42:36 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , David Ahern , Javi Merino , Jiri Olsa , Juri Lelli , Kapileshwar Singh , Mark Rutland , Namhyung Kim , Peter Zijlstra , Steven Rostedt , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20150923074236.GA3067@gmail.com> References: <1442935332-20791-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442935332-20791-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 f73e22ab450140830005581c2c7ec389791a1b8d: > > perf: Fix races in computing the header sizes (2015-09-18 09:20:26 +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 c2e4b24ff848bb180f9b9cd873a38327cd219ad2: > > tools lib traceevent: Fix string handling in heterogeneous arch environments (2015-09-22 11:57:04 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Fix libtraceevent string handling in heterogeneous arch environments (Kapileshwar Singh) > > - Avoid infinite loop at buildid processing with no samples in 'perf record' (Mark Rutland) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Kapileshwar Singh (1): > tools lib traceevent: Fix string handling in heterogeneous arch environments > > Mark Rutland (1): > perf record: Avoid infinite loop at buildid processing with no samples > > tools/lib/traceevent/event-parse.c | 23 ++++++++++++++++++++--- > tools/perf/util/session.c | 5 ++++- > 2 files changed, 24 insertions(+), 4 deletions(-) Pulled, thanks Arnaldo! Ingo