public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel•org>
To: Arnaldo Carvalho de Melo <acme@infradead•org>
Cc: Feng Tang <feng.tang@intel•com>,
	Srikar Dronamraju <srikar@linux•vnet.ibm.com>,
	Jack Mitchell <jack.mitchell@dbbroadcast•co.uk>,
	Stephane Eranian <eranian@google•com>,
	Oleg Nesterov <oleg@redhat•com>,
	linuxppc-dev@ozlabs•org, Paul Mackerras <paulus@samba•org>,
	Jiri Olsa <jolsa@redhat•com>, Namhyung Kim <namhyung.kim@lge•com>,
	Andi Kleen <ak@linux•intel.com>,
	Irina Tirdea <irina.tirdea@intel•com>,
	Robert Richter <robert.richter@amd•com>,
	Vinson Lee <vlee@twitter•com>, Ingo Molnar <mingo@redhat•com>,
	Marcin Slusarz <marcin.slusarz@gmail•com>,
	Arnaldo Carvalho de Melo <acme@ghostprotocols•net>,
	Frederic Weisbecker <fweisbec@gmail•com>,
	Ingo Molnar <mingo@elte•hu>,
	Sukadev Bhattiprolu <sukadev@linux•vnet.ibm.com>,
	Peter Zijlstra <a.p.zijlstra@chello•nl>,
	Corey Ashford <cjashfor@linux•vnet.ibm.com>,
	Anton Blanchard <anton@au1•ibm.com>,
	Namhyung Kim <namhyung@kernel•org>,
	Arnaldo Carvalho de Melo <acme@redhat•com>,
	linux-kernel@vger•kernel.org, Pekka Enberg <penberg@kernel•org>,
	David Ahern <dsahern@gmail•com>
Subject: Re: [GIT PULL 0/8] perf/urgent fixes
Date: Mon, 18 Mar 2013 10:02:26 +0100	[thread overview]
Message-ID: <20130318090226.GA19068@gmail.com> (raw)
In-Reply-To: <1363263795-31485-1-git-send-email-acme@infradead.org>


* Arnaldo Carvalho de Melo <acme@infradead•org> wrote:

> From: Arnaldo Carvalho de Melo <acme@ghostprotocols•net>
> 
> 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 <acme@redhat•com>
> 
> ----------------------------------------------------------------
> 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

  parent reply	other threads:[~2013-03-18  9:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 12:23 [GIT PULL 0/8] perf/urgent fixes Arnaldo Carvalho de Melo
2013-03-14 12:23 ` [PATCH 7/8] perf/POWER7: Create a sysfs format entry for Power7 events Arnaldo Carvalho de Melo
2013-03-18  9:02 ` Ingo Molnar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-24  0:20 [GIT PULL 0/8] perf/urgent fixes Arnaldo Carvalho de Melo
2012-11-28 20:27 ` Josh Boyer
2012-12-01 11:05 ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130318090226.GA19068@gmail.com \
    --to=mingo@kernel$(echo .)org \
    --cc=a.p.zijlstra@chello$(echo .)nl \
    --cc=acme@ghostprotocols$(echo .)net \
    --cc=acme@infradead$(echo .)org \
    --cc=acme@redhat$(echo .)com \
    --cc=ak@linux$(echo .)intel.com \
    --cc=anton@au1$(echo .)ibm.com \
    --cc=cjashfor@linux$(echo .)vnet.ibm.com \
    --cc=dsahern@gmail$(echo .)com \
    --cc=eranian@google$(echo .)com \
    --cc=feng.tang@intel$(echo .)com \
    --cc=fweisbec@gmail$(echo .)com \
    --cc=irina.tirdea@intel$(echo .)com \
    --cc=jack.mitchell@dbbroadcast$(echo .)co.uk \
    --cc=jolsa@redhat$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@ozlabs$(echo .)org \
    --cc=marcin.slusarz@gmail$(echo .)com \
    --cc=mingo@elte$(echo .)hu \
    --cc=mingo@redhat$(echo .)com \
    --cc=namhyung.kim@lge$(echo .)com \
    --cc=namhyung@kernel$(echo .)org \
    --cc=oleg@redhat$(echo .)com \
    --cc=paulus@samba$(echo .)org \
    --cc=penberg@kernel$(echo .)org \
    --cc=robert.richter@amd$(echo .)com \
    --cc=srikar@linux$(echo .)vnet.ibm.com \
    --cc=sukadev@linux$(echo .)vnet.ibm.com \
    --cc=vlee@twitter$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox