From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754762AbbJGPmT (ORCPT ); Wed, 7 Oct 2015 11:42:19 -0400 Received: from casper.infradead.org ([85.118.1.10]:60986 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754634AbbJGPmN (ORCPT ); Wed, 7 Oct 2015 11:42:13 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Jiri Olsa , linuxppc-dev@ozlabs.org, "Naveen N . Rao" , Stephane Eranian , Sukadev Bhattiprolu Subject: [GIT PULL 0/1] perf/urgent fix Date: Wed, 7 Oct 2015 12:42:02 -0300 Message-Id: <1444232523-20638-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.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 From: Arnaldo Carvalho de Melo Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 097f70b3c4d84ffccca15195bdfde3a37c0a7c0f: Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus (2015-09-27 18:22:34 -0400) 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 9fb4765451f22c5e782c1590747717550bff34b2: perf tools: Fix build break on powerpc due to sample_reg_masks (2015-10-07 10:20:08 -0300) ---------------------------------------------------------------- perf/urgent fix: - Fix build break on (at least) powerpc due to sample_reg_masks, not being available for linking (Sukadev Bhattiprolu) Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Sukadev Bhattiprolu (1): perf tools: Fix build break on powerpc due to sample_reg_masks tools/perf/util/Build | 2 +- tools/perf/util/perf_regs.c | 2 ++ tools/perf/util/perf_regs.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-)