From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758401AbbIVPWn (ORCPT ); Tue, 22 Sep 2015 11:22:43 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:58364 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758223AbbIVPWl (ORCPT ); Tue, 22 Sep 2015 11:22:41 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , 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: [GIT PULL 0/2] perf/urgent fixes Date: Tue, 22 Sep 2015 12:22:10 -0300 Message-Id: <1442935332-20791-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)