> On 7 Aug 2024, at 11:42 PM, Namhyung Kim <namhyung@xxxxxxxxxx> wrote: > > Hello folks, > > On Tue, Aug 06, 2024 at 03:50:03PM -0700, Namhyung Kim wrote: >> 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. > > Could you please double check what's in the tmp.perf-tools branch at the > perf-tools tree so I don't break build and perf trace for arm64, powerpc > and s390? It has this patchset + arm64 unistd header revert (according > to the discussion on patch 6/10) on top of v6.11-rc2. > > Thanks, > Namhyung Hi Namhyung, Can you please point to the tree. I checked in https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git as well as https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git , but didn’t find the changes. May be I am missing something. I am trying to check the build in powerpc. Thanks Athira > >> >> 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 >>