[GIT PULL] perf-tools fixes for v7.1-rc5
From: Namhyung Kim
Date: Mon May 18 2026 - 15:49:32 EST
Hi Linus,
Please consider pulling the following changes in perf tools for v7.1.
Thanks,
Namhyung
The following changes since commit 5200f5f493f79f14bbdc349e402a40dfb32f23c8:
Linux 7.1-rc4 (2026-05-17 13:59:58 -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.1-2026-05-18
for you to fetch changes up to 9a424b62f771a759b040b9be2f3762bad0da283f:
Merge branch 'perf-upstream' (2026-05-18 12:41:38 -0700)
----------------------------------------------------------------
perf-tools fixes for v7.1-rc5
An usual sync-up for the header files and related codes.
- copy headers that are used for perf trace syscall beautifier
- update the beautifier scripts according to the changes
- not to show differences in the headers by default
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
----------------------------------------------------------------
Namhyung Kim (8):
perf trace: Sync linux/socket.h with the kernel source
perf trace: Sync uapi/linux/fs.h with the kernel source
perf trace: Sync uapi/linux/mount.h with the kernel source
perf trace: Sync uapi/linux/sched.h with the kernel source
perf build: Add make check-headers target
perf trace: Add beautifier script for fsmount flags
perf trace: Update beautifier script for clone flags
Merge branch 'perf-upstream'
tools/perf/Makefile | 5 ++++-
tools/perf/Makefile.perf | 9 ++++++++-
tools/perf/builtin-trace.c | 9 +++------
tools/perf/trace/beauty/beauty.h | 3 +++
tools/perf/trace/beauty/clone.sh | 4 ++++
tools/perf/trace/beauty/fsmount.c | 18 +++++++++++++++++-
tools/perf/trace/beauty/fsmount.sh | 11 +++--------
tools/perf/trace/beauty/fsmount_attr.sh | 22 ++++++++++++++++++++++
tools/perf/trace/beauty/include/linux/socket.h | 2 +-
tools/perf/trace/beauty/include/uapi/linux/fs.h | 12 ++++++++++++
tools/perf/trace/beauty/include/uapi/linux/mount.h | 1 +
tools/perf/trace/beauty/include/uapi/linux/sched.h | 17 +++++++++++++++--
12 files changed, 93 insertions(+), 20 deletions(-)
create mode 100644 tools/perf/trace/beauty/fsmount_attr.sh