This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from 05da40eb47cd Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 8a39e8c4d9ba perf test: Fix the "signal" test inline assembly adds d2c73501a767 perf bench: Fix 2 memory sanitizer warnings adds ce4326d2752f perf record: Set PERF_RECORD_PERIOD if attr->freq is set. adds ae5dcc8abe31 perf record: Prevent override of attr->sample_period for l [...] adds 8d761d2ccc3d tools headers UAPI: Sync kvm.h headers with the kernel sources adds 2fa3fc9579c9 tools headers UAPI: update linux/in.h copy adds 3b0a18c1aa6c perf record: Don't clear event's period if set by a term adds 880a784344fb perf test: Leader sampling shouldn't clear sample period adds 56f3a1cdafc2 perf vendor events amd: Remove trailing commas adds 22fe5a25b5d8 perf test: Free aliases for PMU event map aliases test adds 4f57a1ed749a perf metric: Fix some memory leaks adds b033ab11ad0c perf metric: Fix some memory leaks - part 2 adds bfd1b83d75e4 perf evlist: Fix cpu/thread map leak adds b12eea5ad8e7 perf parse-event: Fix memory leak in evsel->unit adds f5a56570a3f2 perf test: Fix memory leaks in parse-metric test adds 437822bf38c1 perf metric: Release expr_parse_ctx after testing adds 27adafcda3d8 perf metric: Free metric when it failed to resolve adds 6f47ed6cd12a perf metric: Do not free metric when failed to resolve adds d26383dcb2b4 perf test: Free formats for perf pmu parse test adds ce9c13f31b10 perf stat: Fix the ratio comments of miss-events adds 5925fa68fe82 Merge tag 'perf-tools-fixes-for-v5.9-2020-09-16' of git:// [...] new 5ef64cc8987a mm: allow a controlled amount of unfairness in the page lock new 564c836fd945 MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT new b959b97860d0 MIPS: SNI: Fix spurious interrupts new 4cbffc461ec9 Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/s [...]
The 4 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: arch/mips/Kconfig | 1 + arch/mips/sni/a20r.c | 9 +- include/linux/mm.h | 2 + include/linux/wait.h | 1 + kernel/sysctl.c | 8 ++ mm/filemap.c | 160 ++++++++++++++++++----- tools/include/uapi/linux/in.h | 2 +- tools/include/uapi/linux/kvm.h | 6 +- tools/perf/bench/sched-messaging.c | 4 +- tools/perf/pmu-events/arch/x86/amdzen1/core.json | 2 +- tools/perf/pmu-events/arch/x86/amdzen2/core.json | 2 +- tools/perf/tests/attr/README | 1 + tools/perf/tests/attr/test-record-group2 | 29 ++++ tools/perf/tests/bp_signal.c | 5 +- tools/perf/tests/parse-metric.c | 14 +- tools/perf/tests/pmu-events.c | 5 + tools/perf/tests/pmu.c | 1 + tools/perf/util/evlist.c | 11 +- tools/perf/util/evsel.c | 10 +- tools/perf/util/metricgroup.c | 35 +++-- tools/perf/util/parse-events.c | 2 +- tools/perf/util/pmu.c | 13 +- tools/perf/util/pmu.h | 2 + tools/perf/util/record.c | 34 +++-- tools/perf/util/stat-shadow.c | 28 ++-- 25 files changed, 302 insertions(+), 85 deletions(-) create mode 100644 tools/perf/tests/attr/test-record-group2