[GIT PULL] perf tools fixes for v6.10: 2nd batch

From: Arnaldo Carvalho de Melo
Date: Sun Jun 09 2024 - 09:48:18 EST


Hi Linus,

Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10-2-2024-06-09

for you to fetch changes up to ca9680821dfec73c9100860bda4fab1f1309722e:

perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build (2024-06-05 11:33:00 -0300)

----------------------------------------------------------------
perf tools fixes for v6.10: 2nd batch

- Update copies of kernel headers, which resulted in support for the new
'mseal' syscall, SUBVOL statx return mask bit, RISC-V and PPC prctls,
fcntl's DUPFD_QUERY, POSTED_MSI_NOTIFICATION IRQ vector, 'map_shadow_stack'
syscall for x86-32.

- Revert perf.data record memory allocation optimization that ended up
causing a regression, work is being done to re-introduce it in the
next merge window.

- Fix handling of minimal vmlinux.h file used with BPF's CO-RE when
interrupting the build.

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (12):
tools include UAPI: Sync linux/stat.h with the kernel sources
tools headers UAPI: Sync linux/prctl.h with the kernel sources
tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY
perf beauty: Update copy of linux/socket.h with the kernel sources
perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources to pick POSTED_MSI_NOTIFICATION
tools headers: Update the syscall tables and unistd.h, mostly to support the new 'mseal' syscall
tools arch x86: Sync the msr-index.h copy with the kernel sources
tools headers UAPI: Sync kvm headers with the kernel sources
tools headers UAPI: Update i915_drm.h with the kernel sources
tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_SUBVOL
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"

Namhyung Kim (1):
perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build

tools/arch/arm64/include/asm/cputype.h | 6 +++++
tools/arch/x86/include/asm/msr-index.h | 9 +++----
tools/arch/x86/include/uapi/asm/kvm.h | 22 +++++++++++++--
tools/include/uapi/asm-generic/unistd.h | 5 +++-
tools/include/uapi/drm/i915_drm.h | 31 +++++++++++++++++++---
tools/include/uapi/linux/kvm.h | 4 +--
tools/include/uapi/linux/stat.h | 4 ++-
tools/perf/Makefile.perf | 1 +
.../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 +
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 3 ++-
tools/perf/builtin-record.c | 6 ++---
tools/perf/builtin-trace.c | 2 +-
.../beauty/arch/x86/include/asm/irq_vectors.h | 8 +++++-
tools/perf/trace/beauty/include/linux/socket.h | 3 ++-
tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 14 +++++-----
tools/perf/trace/beauty/include/uapi/linux/prctl.h | 22 +++++++++++++++
tools/perf/trace/beauty/include/uapi/linux/stat.h | 4 ++-
19 files changed, 118 insertions(+), 29 deletions(-)