This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cc1807b9158a Merge tag 's390-6.0-1' of git://git.kernel.org/pub/scm/lin [...] new e989bc3d0f3f perf cpumap: Const map for max() new 35ae6f09d8fd perf cpumap: Synthetic events and const/static new 28526478ccae perf cpumap: Compute mask size in constant time new b2f10cd4e805 perf cpumap: Fix alignment for masks in event encoding new cf1258ac37af perf beauty: Update copy of linux/socket.h with the kernel [...] new 7f7f86a7bdd6 tools arch x86: Sync the msr-index.h copy with the kernel sources new fabe0c61d842 tools headers UAPI: Sync linux/fscrypt.h with the kernel sources new 62ed93d1996b tools headers cpufeatures: Sync with the kernel sources new 54cd4cde7c1e tools headers UAPI: Sync drm/i915_drm.h with the kernel sources new bf465ca8090a tools headers UAPI: Sync linux/kvm.h with the kernel sources new 25f308951703 tools headers kvm s390: Sync headers with the kernel sources new 898d24034605 tools include UAPI: Sync linux/vhost.h with the kernel sources new eea085d11449 tools headers UAPI: Sync KVM's vmx.h header with the kerne [...] new e5bc0deae576 tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources new 65ba872a6971 tools headers UAPI: Sync linux/perf_event.h with the kerne [...] new 89e3106fa25f libperf: Handle read format in perf_evsel__read() new 6d395a513556 libperf: Add a test case for read formats new f52679b78877 perf tools: Support reading PERF_FORMAT_LOST new 16b3d851c014 Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git:// [...] new 5b8a9a8fd1f0 modpost: fix module versioning when a symbol lacks valid CRC new 0df499eaf3c1 kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__ new 370655bc183b scripts/Makefile.extrawarn: Do not disable clang's -Wforma [...] new 113147510b48 kbuild: fix the modules order between drivers and libs new 4be72c1b9f29 scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandli [...] new 15b3f48a4339 Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/ [...]
The 25 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: Makefile | 6 +- scripts/Makefile.extrawarn | 1 - scripts/clang-tools/run-clang-tools.py | 1 + scripts/dummy-tools/gcc | 2 +- scripts/mod/modpost.c | 4 +- tools/arch/s390/include/uapi/asm/kvm.h | 1 + tools/arch/x86/include/asm/cpufeatures.h | 6 +- tools/arch/x86/include/asm/msr-index.h | 8 + tools/arch/x86/include/uapi/asm/kvm.h | 10 +- tools/arch/x86/include/uapi/asm/vmx.h | 4 +- tools/include/uapi/drm/i915_drm.h | 387 ++++++++++++++++----- tools/include/uapi/linux/fscrypt.h | 3 +- tools/include/uapi/linux/kvm.h | 108 ++++++ tools/include/uapi/linux/perf_event.h | 5 +- tools/include/uapi/linux/vhost.h | 9 + tools/lib/perf/cpumap.c | 2 +- tools/lib/perf/evsel.c | 79 ++++- tools/lib/perf/include/perf/cpumap.h | 2 +- tools/lib/perf/include/perf/event.h | 50 ++- tools/lib/perf/include/perf/evsel.h | 4 +- tools/lib/perf/tests/test-evsel.c | 161 +++++++++ tools/perf/tests/cpumap.c | 19 +- tools/perf/tests/sample-parsing.c | 14 +- tools/perf/trace/beauty/include/linux/socket.h | 16 +- tools/perf/util/cpumap.c | 80 ++++- tools/perf/util/cpumap.h | 4 +- tools/perf/util/event.h | 25 +- tools/perf/util/evsel.c | 29 +- .../util/scripting-engines/trace-event-python.c | 19 +- tools/perf/util/session.c | 65 ++-- tools/perf/util/synthetic-events.c | 99 +++--- tools/perf/util/synthetic-events.h | 2 +- 32 files changed, 981 insertions(+), 244 deletions(-)