This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9539ba4308ad Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.o [...] new b075c1d81e7d tools headers cpufeatures: Sync with the kernel sources new 346e91998cba tools headers UAPI: Sync linux/kvm.h with the kernel sources new ccb05590c432 perf tests wp: Remove unused functions on s390 new 70f9c9b2df1d perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1 new 784e8adda4cd perf sort: Fix the 'weight' sort key behavior new 4d03c75363ee perf sort: Fix the 'ins_lat' sort key behavior new db4b28402909 perf sort: Fix the 'p_stage_cyc' sort key behavior new 162b94459834 tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources new cb5a63feae2d perf test sample-parsing: Fix branch_stack entry endianness check new 92723ea0f11d perf bench: Fix two memory leaks detected with ASan new 9e1a8d9f6832 perf inject: Fix ARM SPE handling new e8c04ea0fef5 tools build: Fix removal of feature-sync-compare-and-swap [...] new 8b8dcc3720d5 tools headers UAPI: Sync MIPS syscall table file changed b [...] new 0ca1f534a776 perf hist: Fix memory leak of a perf_hpp_fmt new d9fc706108c1 perf report: Fix memory leaks around perf_tip() new b194c9cd09dd perf evsel: Fix memory leaks relating to unit new 8b98436af2c0 Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' 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/x86/include/asm/cpufeatures.h | 2 + tools/arch/x86/include/uapi/asm/kvm.h | 4 ++ tools/build/feature/test-all.c | 1 - tools/include/uapi/linux/kvm.h | 30 +++++++++++-- tools/perf/Makefile.config | 3 ++ .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 + tools/perf/bench/sched-messaging.c | 4 ++ tools/perf/builtin-report.c | 15 ++++--- tools/perf/tests/event_update.c | 5 +-- tools/perf/tests/sample-parsing.c | 2 +- tools/perf/tests/wp.c | 2 +- tools/perf/ui/hist.c | 28 ++++++------ tools/perf/util/arm-spe.c | 15 +++++++ tools/perf/util/evsel.c | 18 ++++---- tools/perf/util/header.c | 8 ++-- tools/perf/util/hist.c | 23 +++------- tools/perf/util/hist.h | 1 - tools/perf/util/parse-events.c | 9 ++-- tools/perf/util/sort.c | 52 +++++++--------------- tools/perf/util/sort.h | 6 +-- tools/perf/util/util.c | 14 +++--- tools/perf/util/util.h | 2 +- 22 files changed, 136 insertions(+), 109 deletions(-)