linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11
@ 2024-08-06 22:50 Namhyung Kim
  2024-08-06 22:50 ` [PATCH 01/10] perf tools: Add tools/include/uapi/README Namhyung Kim
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Namhyung Kim @ 2024-08-06 22:50 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Ian Rogers, Jiri Olsa, Adrian Hunter, Peter Zijlstra, Ingo Molnar,
	LKML, linux-perf-users, Linus Torvalds

Hello,

This is the usual sync up in header files we keep in tools directory.
I put a file to give the reason of this work and not to repeat it in
every commit message.  The changes will be carried in the perf-tools
tree.

Thanks,
Namhyung


Namhyung Kim (10):
  perf tools: Add tools/include/uapi/README
  tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
  tools/include: Sync uapi/linux/kvm.h with the kernel sources
  tools/include: Sync uapi/linux/perf.h with the kernel sources
  tools/include: Sync uapi/sound/asound.h with the kernel sources
  tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
  tools/include: Sync network socket headers with the kernel sources
  tools/include: Sync filesystem headers with the kernel sources
  tools/include: Sync x86 headers with the kernel sources
  tools/include: Sync arm64 headers with the kernel sources

 tools/arch/arm64/include/asm/cputype.h        |  10 +
 tools/arch/arm64/include/uapi/asm/unistd.h    |  24 +-
 tools/arch/powerpc/include/uapi/asm/kvm.h     |   3 +
 tools/arch/x86/include/asm/cpufeatures.h      | 803 +++++++++---------
 tools/arch/x86/include/asm/msr-index.h        |  11 +
 tools/arch/x86/include/uapi/asm/kvm.h         |  49 ++
 tools/arch/x86/include/uapi/asm/svm.h         |   1 +
 tools/include/uapi/README                     |  73 ++
 tools/include/uapi/asm-generic/unistd.h       |   2 +-
 tools/include/uapi/drm/i915_drm.h             |  27 +
 tools/include/uapi/linux/in.h                 |   2 +
 tools/include/uapi/linux/kvm.h                |  17 +-
 tools/include/uapi/linux/perf_event.h         |   6 +-
 tools/include/uapi/linux/stat.h               |  12 +-
 .../arch/powerpc/entry/syscalls/syscall.tbl   |   6 +-
 .../perf/arch/s390/entry/syscalls/syscall.tbl |   2 +-
 .../arch/x86/entry/syscalls/syscall_64.tbl    |   8 +-
 .../perf/trace/beauty/include/linux/socket.h  |   5 +-
 .../perf/trace/beauty/include/uapi/linux/fs.h | 163 +++-
 .../trace/beauty/include/uapi/linux/mount.h   |  10 +-
 .../trace/beauty/include/uapi/linux/stat.h    |  12 +-
 .../trace/beauty/include/uapi/sound/asound.h  |   9 +-
 22 files changed, 810 insertions(+), 445 deletions(-)
 create mode 100644 tools/include/uapi/README

-- 
2.46.0.rc2.264.g509ed76dc8-goog


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

end of thread, other threads:[~2024-08-09 19:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 22:50 [PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11 Namhyung Kim
2024-08-06 22:50 ` [PATCH 01/10] perf tools: Add tools/include/uapi/README Namhyung Kim
2024-08-06 22:50 ` [PATCH 02/10] tools/include: Sync uapi/drm/i915_drm.h with the kernel sources Namhyung Kim
2024-08-06 22:50 ` [PATCH 03/10] tools/include: Sync uapi/linux/kvm.h " Namhyung Kim
2024-08-06 22:50 ` [PATCH 04/10] tools/include: Sync uapi/linux/perf.h " Namhyung Kim
2024-08-06 22:50 ` [PATCH 05/10] tools/include: Sync uapi/sound/asound.h " Namhyung Kim
2024-08-06 22:50 ` [PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h " Namhyung Kim
2024-08-07  7:11   ` Arnd Bergmann
2024-08-07 17:56     ` Namhyung Kim
2024-08-06 22:50 ` [PATCH 07/10] tools/include: Sync network socket headers " Namhyung Kim
2024-08-06 22:50 ` [PATCH 08/10] tools/include: Sync filesystem " Namhyung Kim
2024-08-06 22:50 ` [PATCH 09/10] tools/include: Sync x86 " Namhyung Kim
2024-08-06 22:50 ` [PATCH 10/10] tools/include: Sync arm64 " Namhyung Kim
2024-08-07 18:12 ` [PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11 Namhyung Kim
2024-08-08  1:11   ` Arnaldo Carvalho de Melo
2024-08-08  6:44   ` Athira Rajeev
2024-08-08 18:44     ` Namhyung Kim
2024-08-09 15:38       ` Athira Rajeev
2024-08-09 19:46         ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).