[GIT PULL] perf tools fixes for v7.2

From: Arnaldo Carvalho de Melo

Date: Sat Jul 25 2026 - 08:33:43 EST


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@xxxxxxxxxx>

----------------------------------------------------------------
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