This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 142b507f911c Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/s [...] new a3bc4ffeedf4 tools headers UAPI: Update tools's copy of drm.h headers new 0fdee797d60d tools headers UAPI: Sync drm/i915_drm.h with the kernel sources new b3172585b13d tools arch x86: Sync the msr-index.h copy with the kernel sources new e8c1167606c6 perf record: Disallow -c and -F option at the same time new 7aa3c9eabdf7 perf jevents: Silence warning for ArchStd files new a11c9a6e4724 perf session: Fix swapping of cpu_map and stat_config records new ad1237c30d97 perf tools: Fix dynamic libbpf link new 0d943d5fde60 tools headers UAPI: Sync linux/kvm.h with the kernel sources new b35629bc2fd5 tools headers kvm: Sync kvm headers with the kernel sources new a00b7e39d6b5 perf tools: Fix a build error on arm64 with clang new f8bcb061ea01 tools headers UAPI: Sync files changed by landlock, quotac [...] new 5a80ee4219a5 tools headers UAPI: Sync linux/prctl.h with the kernel sources new fb24e308b631 tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies u [...] new 3916329309ea tools include UAPI powerpc: Sync errno.h with the kernel headers new 6faf64f52481 tools headers cpufeatures: Sync with the kernel sources new 71d7924b3e8a tools headers UAPI: Sync perf_event.h with the kernel sources new 1140ab592e2e Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git:/ [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/arch/powerpc/include/uapi/asm/errno.h | 1 + tools/arch/x86/include/asm/cpufeatures.h | 9 +- tools/arch/x86/include/asm/msr-index.h | 4 + tools/arch/x86/include/uapi/asm/vmx.h | 1 + tools/arch/x86/lib/memcpy_64.S | 2 +- tools/arch/x86/lib/memset_64.S | 2 +- .../asm/{alternative-asm.h => alternative.h} | 0 tools/include/uapi/asm-generic/unistd.h | 11 +- tools/include/uapi/drm/drm.h | 125 ++++++++++++++++++++- tools/include/uapi/drm/i915_drm.h | 1 + tools/include/uapi/linux/kvm.h | 45 ++++++++ tools/include/uapi/linux/perf_event.h | 26 ++++- tools/include/uapi/linux/prctl.h | 4 + tools/perf/Makefile.config | 1 + tools/perf/arch/arm64/util/kvm-stat.c | 2 +- .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 5 + tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 4 + tools/perf/arch/s390/entry/syscalls/syscall.tbl | 4 + tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 4 + tools/perf/pmu-events/jevents.c | 6 +- tools/perf/tests/attr/base-record | 2 +- tools/perf/tests/attr/base-stat | 2 +- tools/perf/tests/attr/system-wide-dummy | 2 +- tools/perf/util/Build | 7 ++ tools/perf/util/record.c | 8 +- tools/perf/util/session.c | 4 +- 26 files changed, 260 insertions(+), 22 deletions(-) rename tools/include/asm/{alternative-asm.h => alternative.h} (100%)