All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] perf tools fixes for v7.2
@ 2026-07-25 12:33 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2026-07-25 12:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim, Ian Rogers,
	Adrian Hunter, James Clark, Clark Williams, linux-kernel,
	linux-perf-users, Arnaldo Carvalho de Melo,
	Arnaldo Carvalho de Melo

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 248951ddc14de84de3910f9b13f51491a8cd91df:

  Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (2026-07-21 08:34:39 -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-v7.2-1-2026-07-25

for you to fetch changes up to fac520e43a60230b24026f462a2b63e4d170566e:

  tools headers: Sync KVM headers with the kernel sources (2026-07-21 21:00:10 -0300)

----------------------------------------------------------------
perf tools fixes for v7.2.

- Update header copies of kernel headers, including const.h, fs.h,
  perf_event.h, gfp_types.h, kvm.h, cpufeatures.h, rtnetlink.hp,
  msr-index.h, drm.h and socket.h.

- Add some build files related to BPF skels to .gitignore.

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

----------------------------------------------------------------
Arnaldo Carvalho de Melo (10):
      perf bench bpf: Add missing .gitignore file
      tools headers UAPI: Sync linux/const.h with the kernel sources
      tools headers UAPI: Sync linux/rtnetlink.h with the kernel sources
      tools headers: Sync linux/gfp_types.h with the kernel sources
      tools headers x86 cpufeatures: Sync with the kernel sources
      tools arch x86: Sync the msr-index.h copy with the kernel sources
      tools headers: Sync UAPI drm/drm.h with kernel sources
      perf beauty: Update copy of linux/socket.h with the kernel sources
      tools headers: Sync UAPI linux/fs.h with the kernel sources
      tools headers: Sync KVM headers with the kernel sources

 tools/arch/s390/include/uapi/asm/kvm.h          |  1 +
 tools/arch/x86/include/asm/cpufeatures.h        |  3 +++
 tools/arch/x86/include/asm/msr-index.h          | 11 +++++++++
 tools/arch/x86/include/uapi/asm/kvm.h           | 14 ++++++-----
 tools/arch/x86/include/uapi/asm/svm.h           | 32 ++++++++++++-------------
 tools/include/linux/gfp_types.h                 | 16 ++++++-------
 tools/include/uapi/linux/const.h                | 18 ++++++++++++++
 tools/include/uapi/linux/kvm.h                  | 20 ++++++++++++----
 tools/include/uapi/linux/rtnetlink.h            |  1 +
 tools/perf/bench/bpf_skel/.gitignore            |  4 ++++
 tools/perf/trace/beauty/include/linux/socket.h  |  2 +-
 tools/perf/trace/beauty/include/uapi/drm/drm.h  | 27 +++++++--------------
 tools/perf/trace/beauty/include/uapi/linux/fs.h | 11 ++++++++-
 13 files changed, 104 insertions(+), 56 deletions(-)
 create mode 100644 tools/perf/bench/bpf_skel/.gitignore

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-25 12:33 [GIT PULL] perf tools fixes for v7.2 Arnaldo Carvalho de Melo

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.