All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] perf tools fixes for v6.9
@ 2024-04-19 21:12 Namhyung Kim
  2024-04-19 23:44 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2024-04-19 21:12 UTC (permalink / raw
  To: Linus Torvalds
  Cc: Arnaldo Carvalho de Melo, Ian Rogers, Kan Liang, Peter Zijlstra,
	Ingo Molnar, LKML, linux-perf-users

Hi Linus,

Please consider pulling the following changes in perf tools for v6.9.

Thanks,
Namhyung


The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.9-2024-04-19

for you to fetch changes up to 1cebd7f74976455ccd89c1dfbcf00bca52d0a512:

  tools/include: Sync arm64 asm/cputype.h with the kernel sources (2024-04-11 10:38:29 -0700)

----------------------------------------------------------------
perf tools fixes for v6.9

A random set of small bug fixes:

 * Fix perf annotate TUI when used with data type profiling
 * Work around BPF verifier about sighand lock checking

And a set of kernel header synchronization.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>

----------------------------------------------------------------
Namhyung Kim (11):
      perf annotate: Make sure to call symbol__annotate2() in TUI
      perf lock contention: Add a missing NULL check
      tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
      tools/include: Sync uapi/linux/fs.h with the kernel sources
      tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sources
      tools/include: Sync uapi/sound/asound.h with the kernel sources
      tools/include: Sync x86 CPU feature headers with the kernel sources
      tools/include: Sync x86 asm/irq_vectors.h with the kernel sources
      tools/include: Sync x86 asm/msr-index.h with the kernel sources
      tools/include: Sync asm-generic/bitops/fls.h with the kernel sources
      tools/include: Sync arm64 asm/cputype.h with the kernel sources

 tools/arch/arm64/include/asm/cputype.h         |   4 +
 tools/arch/arm64/include/uapi/asm/kvm.h        |  15 +-
 tools/arch/powerpc/include/uapi/asm/kvm.h      |  45 +-
 tools/arch/s390/include/uapi/asm/kvm.h         | 315 ++++++++++-
 tools/arch/x86/include/asm/cpufeatures.h       |  17 +-
 tools/arch/x86/include/asm/disabled-features.h |  11 +-
 tools/arch/x86/include/asm/irq_vectors.h       |   2 -
 tools/arch/x86/include/asm/msr-index.h         |  74 ++-
 tools/arch/x86/include/asm/required-features.h |   3 +-
 tools/arch/x86/include/uapi/asm/kvm.h          | 308 ++++++++++-
 tools/include/asm-generic/bitops/__fls.h       |   8 +-
 tools/include/asm-generic/bitops/fls.h         |   8 +-
 tools/include/uapi/drm/i915_drm.h              |  16 +
 tools/include/uapi/linux/fs.h                  |  30 +-
 tools/include/uapi/linux/kvm.h                 | 689 +------------------------
 tools/include/uapi/sound/asound.h              |   4 +-
 tools/perf/ui/browsers/annotate.c              |   2 +-
 tools/perf/util/annotate.c                     |   3 +
 tools/perf/util/bpf_skel/lock_contention.bpf.c |   5 +-
 19 files changed, 817 insertions(+), 742 deletions(-)

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

* Re: [GIT PULL] perf tools fixes for v6.9
  2024-04-19 21:12 [GIT PULL] perf tools fixes for v6.9 Namhyung Kim
@ 2024-04-19 23:44 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-04-19 23:44 UTC (permalink / raw
  To: Namhyung Kim
  Cc: Linus Torvalds, Arnaldo Carvalho de Melo, Ian Rogers, Kan Liang,
	Peter Zijlstra, Ingo Molnar, LKML, linux-perf-users

The pull request you sent on Fri, 19 Apr 2024 14:12:27 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.9-2024-04-19

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

Thank you!

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

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

end of thread, other threads:[~2024-04-19 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 21:12 [GIT PULL] perf tools fixes for v6.9 Namhyung Kim
2024-04-19 23:44 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.