From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 130D61A001D for ; Thu, 8 Oct 2015 02:42:16 +1100 (AEDT) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6350A140D88 for ; Thu, 8 Oct 2015 02:42:15 +1100 (AEDT) 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> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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(-)