[PATCHSET 00/11] perf tools: Sync tools and kernel headers for v6.13

Namhyung Kim posted 11 patches 1 year, 2 months ago
tools/arch/arm64/include/uapi/asm/kvm.h       |  6 +++++
tools/arch/x86/include/asm/cpufeatures.h      | 11 ++++++--
tools/arch/x86/include/uapi/asm/kvm.h         |  1 +
tools/include/uapi/asm-generic/mman.h         |  4 +++
tools/include/uapi/asm-generic/unistd.h       | 11 +++++++-
tools/include/uapi/drm/drm.h                  | 17 ++++++++++++
tools/include/uapi/linux/kvm.h                |  8 ++++++
tools/include/uapi/linux/perf_event.h         | 11 +++++++-
.../arch/mips/entry/syscalls/syscall_n64.tbl  |  4 +++
.../arch/powerpc/entry/syscalls/syscall.tbl   |  4 +++
.../perf/arch/s390/entry/syscalls/syscall.tbl |  4 +++
.../arch/x86/entry/syscalls/syscall_32.tbl    |  4 +++
.../arch/x86/entry/syscalls/syscall_64.tbl    |  4 +++
tools/perf/trace/beauty/fs_at_flags.sh        |  3 ++-
.../trace/beauty/include/uapi/linux/fcntl.h   |  5 +---
.../trace/beauty/include/uapi/linux/mount.h   | 14 ++++++++--
.../trace/beauty/include/uapi/linux/prctl.h   | 27 ++++++++++++++++++-
17 files changed, 126 insertions(+), 12 deletions(-)
[PATCHSET 00/11] perf tools: Sync tools and kernel headers for v6.13
Posted by Namhyung Kim 1 year, 2 months ago
Hello,

I'll carry these changes on the perf tools tree to update perf tools to
understand new syscalls and parameters.  You can refer to README file in
the tools/include/uapi directory why it's needed.

Thanks,
Namhyung


Namhyung Kim (11):
  tools headers: Sync uapi/drm/drm.h with the kernel sources
  tools headers: Sync uapi/linux/perf_event.h with the kernel sources
  tools headers: Sync uapi/linux/kvm.h with the kernel sources
  tools headers: Sync x86 kvm and cpufeature headers with the kernel
  tools headers: Sync arm64 kvm header with the kernel sources
  tools headers: Sync *xattrat syscall changes with the kernel sources
  tools headers: Sync uapi/asm-generic/mman.h with the kernel sources
  tools headers: Sync uapi/linux/fcntl.h with the kernel sources
  tools headers: Sync uapi/linux/mount.h with the kernel sources
  tools headers: Sync uapi/linux/prctl.h with the kernel sources
  perf tools: Fix build error on generated/fs_at_flags_array.c

 tools/arch/arm64/include/uapi/asm/kvm.h       |  6 +++++
 tools/arch/x86/include/asm/cpufeatures.h      | 11 ++++++--
 tools/arch/x86/include/uapi/asm/kvm.h         |  1 +
 tools/include/uapi/asm-generic/mman.h         |  4 +++
 tools/include/uapi/asm-generic/unistd.h       | 11 +++++++-
 tools/include/uapi/drm/drm.h                  | 17 ++++++++++++
 tools/include/uapi/linux/kvm.h                |  8 ++++++
 tools/include/uapi/linux/perf_event.h         | 11 +++++++-
 .../arch/mips/entry/syscalls/syscall_n64.tbl  |  4 +++
 .../arch/powerpc/entry/syscalls/syscall.tbl   |  4 +++
 .../perf/arch/s390/entry/syscalls/syscall.tbl |  4 +++
 .../arch/x86/entry/syscalls/syscall_32.tbl    |  4 +++
 .../arch/x86/entry/syscalls/syscall_64.tbl    |  4 +++
 tools/perf/trace/beauty/fs_at_flags.sh        |  3 ++-
 .../trace/beauty/include/uapi/linux/fcntl.h   |  5 +---
 .../trace/beauty/include/uapi/linux/mount.h   | 14 ++++++++--
 .../trace/beauty/include/uapi/linux/prctl.h   | 27 ++++++++++++++++++-
 17 files changed, 126 insertions(+), 12 deletions(-)

-- 
2.47.0.338.g60cca15819-goog
Re: [PATCHSET 00/11] perf tools: Sync tools and kernel headers for v6.13
Posted by Namhyung Kim 1 year, 2 months ago
On Mon, 02 Dec 2024 19:53:38 -0800, Namhyung Kim wrote:

> I'll carry these changes on the perf tools tree to update perf tools to
> understand new syscalls and parameters.  You can refer to README file in
> the tools/include/uapi directory why it's needed.
> 
> Thanks,
> Namhyung
> 
> [...]

Applied to perf-tools, thanks!

Best regards,
Namhyung
Re: [PATCHSET 00/11] perf tools: Sync tools and kernel headers for v6.13
Posted by James Clark 1 year, 2 months ago

On 03/12/2024 3:53 am, Namhyung Kim wrote:
> Hello,
> 
> I'll carry these changes on the perf tools tree to update perf tools to
> understand new syscalls and parameters.  You can refer to README file in
> the tools/include/uapi directory why it's needed.
> 
> Thanks,
> Namhyung
> 
> 

Reviewed-by: James Clark <james.clark@linaro.org>

> Namhyung Kim (11):
>    tools headers: Sync uapi/drm/drm.h with the kernel sources
>    tools headers: Sync uapi/linux/perf_event.h with the kernel sources
>    tools headers: Sync uapi/linux/kvm.h with the kernel sources
>    tools headers: Sync x86 kvm and cpufeature headers with the kernel
>    tools headers: Sync arm64 kvm header with the kernel sources
>    tools headers: Sync *xattrat syscall changes with the kernel sources
>    tools headers: Sync uapi/asm-generic/mman.h with the kernel sources
>    tools headers: Sync uapi/linux/fcntl.h with the kernel sources
>    tools headers: Sync uapi/linux/mount.h with the kernel sources
>    tools headers: Sync uapi/linux/prctl.h with the kernel sources
>    perf tools: Fix build error on generated/fs_at_flags_array.c
> 
>   tools/arch/arm64/include/uapi/asm/kvm.h       |  6 +++++
>   tools/arch/x86/include/asm/cpufeatures.h      | 11 ++++++--
>   tools/arch/x86/include/uapi/asm/kvm.h         |  1 +
>   tools/include/uapi/asm-generic/mman.h         |  4 +++
>   tools/include/uapi/asm-generic/unistd.h       | 11 +++++++-
>   tools/include/uapi/drm/drm.h                  | 17 ++++++++++++
>   tools/include/uapi/linux/kvm.h                |  8 ++++++
>   tools/include/uapi/linux/perf_event.h         | 11 +++++++-
>   .../arch/mips/entry/syscalls/syscall_n64.tbl  |  4 +++
>   .../arch/powerpc/entry/syscalls/syscall.tbl   |  4 +++
>   .../perf/arch/s390/entry/syscalls/syscall.tbl |  4 +++
>   .../arch/x86/entry/syscalls/syscall_32.tbl    |  4 +++
>   .../arch/x86/entry/syscalls/syscall_64.tbl    |  4 +++
>   tools/perf/trace/beauty/fs_at_flags.sh        |  3 ++-
>   .../trace/beauty/include/uapi/linux/fcntl.h   |  5 +---
>   .../trace/beauty/include/uapi/linux/mount.h   | 14 ++++++++--
>   .../trace/beauty/include/uapi/linux/prctl.h   | 27 ++++++++++++++++++-
>   17 files changed, 126 insertions(+), 12 deletions(-)
>