From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-x22d.google.com (mail-ea0-x22d.google.com [IPv6:2a00:1450:4013:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 8BD292C00BF for ; Mon, 18 Mar 2013 20:02:38 +1100 (EST) Received: by mail-ea0-f173.google.com with SMTP id h14so2355184eak.4 for ; Mon, 18 Mar 2013 02:02:30 -0700 (PDT) Sender: Ingo Molnar Date: Mon, 18 Mar 2013 10:02:26 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/8] perf/urgent fixes Message-ID: <20130318090226.GA19068@gmail.com> References: <1363263795-31485-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1363263795-31485-1-git-send-email-acme@infradead.org> Cc: Feng Tang , Srikar Dronamraju , Jack Mitchell , Stephane Eranian , Oleg Nesterov , linuxppc-dev@ozlabs.org, Paul Mackerras , Jiri Olsa , Namhyung Kim , Andi Kleen , Irina Tirdea , Robert Richter , Vinson Lee , Ingo Molnar , Marcin Slusarz , Arnaldo Carvalho de Melo , Frederic Weisbecker , Ingo Molnar , Sukadev Bhattiprolu , Peter Zijlstra , Corey Ashford , Anton Blanchard , Namhyung Kim , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Pekka Enberg , David Ahern List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit cb16b91a449afd01b85ec4e59f30449d11c4acd7: > > s390: Fix a header dependencies related build error (2013-03-11 10:43:35 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-urgent-for-mingo > > for you to fetch changes up to d1398ccfec56e54010476efd6a316427d29045a6: > > perf tools: Fix LIBNUMA build with glibc 2.12 and older. (2013-03-14 08:06:21 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > . perf probe: Fix segfault due to testing the wrong pointer for NULL, > from Ananth N Mavinakayanahalli. > > . libtraceevent: Remove hard coded include to /usr/local/include in > Makefile, which causes cross builds to include host header files, > fix from Jack Mitchell. > > . perf record: Use the right target interface for synthesizing > threads when --cpu/-C option is used, fix from Jiri Olsa. > > . Check if -DFORTIFY_SOURCE=2 is allowed, as gcc 4.7.2 defines > it and then the build is broken when it is redefined in perf, > fix from Marcin Slusarz. > > . Fix build with NO_NEWT=1, that can happen explicitely or when > the newt-devel package is not installed, from Michael Ellerman. > > . perf/POWER7: Create a sysfs format entry for Power7 events, missing > patch from a patchseries already merged, from Sukadev Bhattiprolu. > > . Fix LIBNUMA build with glibc 2.12 and older, from Vinson Lee. > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Ananth N Mavinakayanahalli (1): > perf probe: Fix segfault > > Jack Mitchell (1): > libtraceevent: Remove hard coded include to /usr/local/include in Makefile > > Jiri Olsa (1): > perf record: Fix -C option > > Marcin Slusarz (1): > perf tools: check if -DFORTIFY_SOURCE=2 is allowed > > Michael Ellerman (2): > perf annotate: Fix build with NO_NEWT=1 > perf report: Fix build with NO_NEWT=1 > > Sukadev Bhattiprolu (1): > perf/POWER7: Create a sysfs format entry for Power7 events > > Vinson Lee (1): > perf tools: Fix LIBNUMA build with glibc 2.12 and older. > > arch/powerpc/perf/power7-pmu.c | 13 +++++++++++++ > tools/lib/traceevent/Makefile | 2 +- > tools/perf/Makefile | 8 +++++++- > tools/perf/bench/bench.h | 24 ++++++++++++++++++++++++ > tools/perf/builtin-record.c | 6 ++++-- > tools/perf/util/hist.h | 5 +++-- > tools/perf/util/strlist.c | 2 +- > 7 files changed, 53 insertions(+), 7 deletions(-) Pulled, thanks Arnaldo! Ingo