This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 56897d51886f Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm [...] new 690811f0128e tools headers uapi: Sync linux/stat.h with the kernel sour [...] new 174372668933 tools arch x86: Sync the msr-index.h copy with the kernel [...] new b0dc99215598 tools headers UAPI: Sync linux/fcntl.h with the kernel sources new 2dac1f089add perf test: Fix 'perf script' tests on s390 new 9d95c6be48fc perf list: Switch error message to pr_err() to respect deb [...] new 79bacb6ad73c perf list: Add output file option new a734c7f96975 perf test: Workaround debug output in list test new 1c2124ec8431 perf test shell script: Fix test for python being disabled new 9a8dd2f24d1c perf test shell daemon: Make signal test less racy new 1233d1d54b7f tools headers UAPI: Update tools's copy of drm.h headers t [...] new 39af67413997 perf build: Make minimal shellcheck version to v0.6.0 new 79baac8acfc6 perf top: Remove needless malloc(0) call that triggers -Wa [...] new 7bbe8f0071df perf tools: Fix calloc() arguments to address error introd [...] new e30dca91e566 tools headers UAPI: Sync kvm headers with the kernel sources new becc24e96ad4 perf vendor events intel: Alderlake/sapphirerapids metric fixes new 21fdd8dd3726 tools headers UAPI: Sync unistd.h to pick {list,stat}mount [...] new 15d6daad8f8a tools headers x86 cpufeatures: Sync with the kernel source [...] new efe80f9c9063 tools headers: Update the copy of x86's mem{cpy,set}_64.S [...] new 7814fe24a621 perf evlist: Fix evlist__new_default() for > 1 core PMU new 1f8c43b09ec6 tools include UAPI: Sync linux/mount.h copy with the kerne [...] new fdd0ae72b34e perf tools headers: update the asm-generic/unaligned.h cop [...] new b555d191561a Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git: [...]
The 22 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/x86/include/asm/cpufeatures.h | 8 +- tools/arch/x86/include/asm/msr-index.h | 8 + tools/arch/x86/include/uapi/asm/kvm.h | 3 + tools/arch/x86/lib/memcpy_64.S | 4 +- tools/arch/x86/lib/memset_64.S | 4 +- tools/include/asm-generic/unaligned.h | 24 +- tools/include/uapi/asm-generic/unistd.h | 15 +- tools/include/uapi/drm/drm.h | 72 +++++- tools/include/uapi/drm/i915_drm.h | 12 +- tools/include/uapi/linux/fcntl.h | 3 + tools/include/uapi/linux/kvm.h | 140 ++++-------- tools/include/uapi/linux/mount.h | 70 ++++++ tools/include/uapi/linux/stat.h | 1 + tools/perf/Documentation/perf-list.txt | 4 + tools/perf/Makefile.perf | 10 + tools/perf/builtin-list.c | 211 ++++++++++------- tools/perf/builtin-record.c | 4 +- tools/perf/builtin-top.c | 2 +- .../pmu-events/arch/x86/alderlake/adl-metrics.json | 254 ++++++++++----------- .../arch/x86/alderlaken/adln-metrics.json | 4 - .../arch/x86/sapphirerapids/spr-metrics.json | 25 +- tools/perf/tests/shell/daemon.sh | 34 ++- tools/perf/tests/shell/list.sh | 21 +- tools/perf/tests/shell/script.sh | 12 +- tools/perf/trace/beauty/statx.c | 1 + tools/perf/util/evlist.c | 9 +- tools/perf/util/hist.c | 4 +- tools/perf/util/include/linux/linkage.h | 4 + tools/perf/util/metricgroup.c | 2 +- tools/perf/util/print-events.c | 2 +- tools/perf/util/synthetic-events.c | 4 +- 31 files changed, 588 insertions(+), 383 deletions(-)