From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757813AbbGQMSG (ORCPT ); Fri, 17 Jul 2015 08:18:06 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:36856 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750889AbbGQMSD (ORCPT ); Fri, 17 Jul 2015 08:18:03 -0400 Date: Fri, 17 Jul 2015 14:17:58 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Aaro Koskinen , Adrian Hunter , Alexey Brodkin , David Ahern , Frederic Weisbecker , Jiri Olsa , linux-arch@vger.kernel.org, Namhyung Kim , Peter Zijlstra , Stephane Eranian , Vineet Gupta , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20150717121758.GA11484@gmail.com> References: <1436973608-9271-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436973608-9271-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 65ea03e31e5ab47f784b1a701419264af97d3205: > > Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2015-07-15 13:31:21 +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 3c71ba3f80bbd476bbfb2a008da9b676031cbd32: > > perf tools: Really allow to specify custom CC, AR or LD (2015-07-15 11:57:28 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT in > the auxtrace code, which made 'perf record' fail straight away > in some architectures, even when auxtrace wasn't involved. (Adrian Hunter) > > Developer stuff: > > - Really allow to specify custom CC, AR or LD (Alexey Brodkin) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Adrian Hunter (1): > perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT > > Alexey Brodkin (1): > perf tools: Really allow to specify custom CC, AR or LD > > tools/perf/Makefile.perf | 19 ++++++++++++++++--- > tools/perf/util/auxtrace.c | 10 +++++----- > 2 files changed, 21 insertions(+), 8 deletions(-) Pulled, thanks Arnaldo! Ingo