linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] perf tools fixes for v5.11, 2nd batch
@ 2021-01-22 13:51 Arnaldo Carvalho de Melo
  2021-01-22 21:59 ` Linus Torvalds
  2021-01-22 22:00 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-01-22 13:51 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	linux-kernel, linux-perf-users, Arnaldo Carvalho de Melo,
	Adrian Hunter, Jin Yao, Joakim Zhang, John Garry,
	Arnaldo Carvalho de Melo

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 9f29bd8b2e7132b409178d1367dae1813017bd0e:

  Merge tag 'fs_for_v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2021-01-21 11:45:40 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-v5.11-2-2021-01-22

for you to fetch changes up to 8adc0a06d68a2e433b960377e515e7a6b19b429f:

  perf script: Fix overrun issue for dynamically-allocated PMU type number (2021-01-21 17:25:33 -0300)

----------------------------------------------------------------
perf tools fixes for 5.11, 2nd batch:

- Fix id index used in Intel PT for heterogeneous systems.

- Fix overrun issue in 'perf script' for dynamically-allocated PMU type number.

- Fix 'perf stat' metrics containing the 'duration_time' synthetic event.

- Fix system PMU 'perf stat' metrics.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Test results in the signed tag at:

https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/tag/?h=perf-tools-fixes-v5.11-2-2021-01-22

Adrian Hunter (1):
      perf evlist: Fix id index for heterogeneous systems

Jin Yao (1):
      perf script: Fix overrun issue for dynamically-allocated PMU type number

John Garry (2):
      perf metricgroup: Fix for metrics containing duration_time
      perf metricgroup: Fix system PMU metrics

 tools/lib/perf/evlist.c       | 17 ++++-------------
 tools/perf/builtin-script.c   | 18 +++++++++++++++++-
 tools/perf/util/metricgroup.c | 16 +++++++++++-----
 3 files changed, 32 insertions(+), 19 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] perf tools fixes for v5.11, 2nd batch
  2021-01-22 13:51 [GIT PULL] perf tools fixes for v5.11, 2nd batch Arnaldo Carvalho de Melo
@ 2021-01-22 21:59 ` Linus Torvalds
  2021-01-25 16:39   ` Arnaldo Carvalho de Melo
  2021-01-22 22:00 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2021-01-22 21:59 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	Linux Kernel Mailing List, linux-perf-users, Adrian Hunter,
	Jin Yao, Joakim Zhang, John Garry, Arnaldo Carvalho de Melo

On Fri, Jan 22, 2021 at 5:52 AM Arnaldo Carvalho de Melo
<acme@kernel.org> wrote:
>
> Test results in the signed tag at:

Side note: I'd actually prefer if you didn't do this. These big things
end up being (a hidden) part of the merge commit (and that's how the
tag verification works after-the-fact: ie I don't just verify the tag
when I pull, you can also do the verification later), and it really
makes zero sense to add 28kB of data to each merge just because you
hid them in the signed tag.

It would actually be better to have it just in the email at the end,
not in the tag.

Please?

              Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] perf tools fixes for v5.11, 2nd batch
  2021-01-22 13:51 [GIT PULL] perf tools fixes for v5.11, 2nd batch Arnaldo Carvalho de Melo
  2021-01-22 21:59 ` Linus Torvalds
@ 2021-01-22 22:00 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-01-22 22:00 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Linus Torvalds, Ingo Molnar, Thomas Gleixner, Jiri Olsa,
	Namhyung Kim, linux-kernel, linux-perf-users,
	Arnaldo Carvalho de Melo, Adrian Hunter, Jin Yao, Joakim Zhang,
	John Garry, Arnaldo Carvalho de Melo

The pull request you sent on Fri, 22 Jan 2021 10:51:56 -0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-v5.11-2-2021-01-22

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/faba877b3bccb5af79f0cd8c6af93392030e6e41

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] perf tools fixes for v5.11, 2nd batch
  2021-01-22 21:59 ` Linus Torvalds
@ 2021-01-25 16:39   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-01-25 16:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	Linux Kernel Mailing List, linux-perf-users, Adrian Hunter,
	Jin Yao, Joakim Zhang, John Garry, Arnaldo Carvalho de Melo

Em Fri, Jan 22, 2021 at 01:59:02PM -0800, Linus Torvalds escreveu:
> On Fri, Jan 22, 2021 at 5:52 AM Arnaldo Carvalho de Melo <acme@kernel.org> wrote:

> > Test results in the signed tag at:
 
> Side note: I'd actually prefer if you didn't do this. These big things
> end up being (a hidden) part of the merge commit (and that's how the
> tag verification works after-the-fact: ie I don't just verify the tag
> when I pull, you can also do the verification later), and it really
> makes zero sense to add 28kB of data to each merge just because you
> hid them in the signed tag.
 
> It would actually be better to have it just in the email at the end,
> not in the tag.
 
> Please?

Sure, intention was to record that tests were done and where it was
done, and at the same time not to bother you with test results in the
pull request.

But as you point out and was discussed somewhere else, it doesn't ends
up accessible upstream, so I'll do as you suggest and just leave it in
the cover letter, as I did in the past when submitting to Ingo.

Thanks,

- Arnaldo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-25 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 13:51 [GIT PULL] perf tools fixes for v5.11, 2nd batch Arnaldo Carvalho de Melo
2021-01-22 21:59 ` Linus Torvalds
2021-01-25 16:39   ` Arnaldo Carvalho de Melo
2021-01-22 22:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).