public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org, Borislav Petkov <bp@amd64.org>,
	Corey Ashford <cjashfor@linux.vnet.ibm.com>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Ingo Molnar <mingo@elte.hu>, Jiri Olsa <jolsa@redhat.com>,
	Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	arnaldo.melo@gmail.com,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 0/4] perf/core cleanups and fixes
Date: Fri, 23 Mar 2012 09:20:25 +0100	[thread overview]
Message-ID: <20120323082025.GA2886@gmail.com> (raw)
In-Reply-To: <1332441183-9514-1-git-send-email-acme@infradead.org>


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

> Hi Ingo,
> 
> 	Please consider pulling.
> 
> - Arnaldo
> 
> The following changes since commit 0d09eb7a9a2ca4d7ed32f7b440bea78c0622814a:
> 
>   Merge branch 'perf/urgent' into perf/core (2012-03-22 15:09:08 -0300)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo
> 
> for you to fetch changes up to 4bf9ce1b5ecffffeb8b9d7e925bac3e6b10109aa:
> 
>   perf diff: Fix to work with new hists design (2012-03-22 15:12:09 -0300)
> 
> ----------------------------------------------------------------
> Cleanups and fixes for perf/core:
> 
> . Short term fix for 'diff' tool breakage related to perf.data files
>   with multiple events. From Jiri Olsa
> 
> . Cleanup for event id tracepoint reading routine, from Borislav Petkov
> 
> . 32-bit compilation fixes from Jiri Olsa
> 
> . Event parsing modifier assignment fixes from Jiri Olsa
> 
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> ----------------------------------------------------------------
> Borislav Petkov (1):
>       perf tools: Simplify event_read_id exit path
> 
> Jiri Olsa (3):
>       perf tools: Fix various casting issues for 32 bits
>       perf tools: Fix modifier to be applied on correct events
>       perf diff: Fix to work with new hists design
> 
>  tools/perf/builtin-diff.c            |   60 +--
>  tools/perf/builtin-test.c            |  116 +++++-
>  tools/perf/util/evsel.c              |    2 +-
>  tools/perf/util/evsel.h              |    2 +
>  tools/perf/util/header.c             |    2 +-
>  tools/perf/util/hist.c               |    8 +-
>  tools/perf/util/parse-events-bison.c |  675 +++++++++++++++++++---------------
>  tools/perf/util/parse-events-bison.h |   15 +-
>  tools/perf/util/parse-events.c       |   29 +-
>  tools/perf/util/parse-events.h       |    7 +-
>  tools/perf/util/parse-events.y       |   40 +-
>  tools/perf/util/session.c            |    1 +
>  tools/perf/util/trace-event-parse.c  |   10 +-
>  13 files changed, 592 insertions(+), 375 deletions(-)

Pulled, thanks Arnaldo!

Btw., the SOB chain in commit 641cc93 is broken:

Author:     Jiri Olsa <jolsa@redhat.com>
Commit:     Arnaldo Carvalho de Melo <acme@redhat.com>
    Acked-by: Peter Zijlstra <peterz@infradead.org>
    Signed-off-by: Peter Zijlstra <peterz@infradead.org>
    Signed-off-by: Jiri Olsa <jolsa@redhat.com>
    Link: http://lkml.kernel.org/n/tip-vhdk5y2hyype9j63prymty36@git.kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

The first SOB by PeterZ is probably bogus.

Please be more careful about this in the future.

Thanks,

	Ingo

      parent reply	other threads:[~2012-03-23  8:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-22 18:32 [GIT PULL 0/4] perf/core cleanups and fixes Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 1/4] perf tools: Simplify event_read_id exit path Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 2/4] perf tools: Fix various casting issues for 32 bits Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 3/4] perf tools: Fix modifier to be applied on correct events Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 4/4] perf diff: Fix to work with new hists design Arnaldo Carvalho de Melo
2012-03-23  8:20 ` Ingo Molnar [this message]

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=20120323082025.GA2886@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@infradead.org \
    --cc=acme@redhat.com \
    --cc=arnaldo.melo@gmail.com \
    --cc=bp@amd64.org \
    --cc=cjashfor@linux.vnet.ibm.com \
    --cc=fweisbec@gmail.com \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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