This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from e1f700ebd6be Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 5467801f1fcb gpio: Restrict usage of GPIO chip irq members before initi [...] new fa3b895da8e0 Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.o [...] new e8cf229ebe5e tools/testing/nvdimm: Fix security_init() symbol collision new d28820419ca3 cxl/pci: Drop shadowed variable new 94a4c2bb7a1f Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.or [...] new 940442deea98 tools include UAPI: Sync linux/vhost.h with the kernel sources new 541f695cbcb6 tools build: Use $(shell ) instead of `` to get embedded l [...] new 41caff459a5b tools build: Filter out options and warnings not supported [...] new dd6e1fe91cdd perf python: Fix probing for some clang command line options new 3a8a0475861a perf build: Don't use -ffat-lto-objects in the python feat [...] new 290fa68bdc45 perf test tsc: Fix error message when not supported new 278aaba2c555 tools headers arm64: Sync arm64's cputype.h with the kerne [...] new fa7095c5c324 perf unwind: Don't show unwind error messages when augment [...] new ffab48705205 perf: arm-spe: Fix perf report --mem-mode new aeee9dc53ce4 perf tools: Fix perf's libperf_print callback new c9c2a427dd9f perf bench: Fix futex bench to correct usage of affinity f [...] new 299687e18a06 perf bench: Fix epoll bench to correct usage of affinity f [...] new bc21e74d4775 perf session: Remap buf if there is no space for event new 0ff26efe9284 perf docs: Add perf-iostat link to manpages new 3e6b43beb7b5 perf tools: Add external commands to list-cmds new 940a445a9040 perf annotate: Drop objdump stderr to avoid getting stuck [...] new 1862a69c9174 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-09' of git:/ [...]
The 21 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: drivers/cxl/pci.c | 1 - drivers/gpio/gpiolib.c | 19 ++++++++++++ include/linux/gpio/driver.h | 9 ++++++ tools/arch/arm64/include/asm/cputype.h | 2 ++ tools/build/feature/Makefile | 9 +++++- tools/include/uapi/linux/vhost.h | 7 +++++ tools/perf/Documentation/perf.txt | 2 +- tools/perf/Makefile.config | 6 ++++ tools/perf/arch/arm64/util/arm-spe.c | 6 ++++ tools/perf/bench/epoll-ctl.c | 25 +++++++++++---- tools/perf/bench/epoll-wait.c | 25 +++++++++++---- tools/perf/bench/futex-hash.c | 26 +++++++++++----- tools/perf/bench/futex-lock-pi.c | 21 ++++++++++--- tools/perf/bench/futex-requeue.c | 21 ++++++++++--- tools/perf/bench/futex-wake-parallel.c | 21 ++++++++++--- tools/perf/bench/futex-wake.c | 22 +++++++++---- tools/perf/perf.c | 6 +++- tools/perf/tests/dwarf-unwind.c | 2 +- tools/perf/tests/perf-time-to-tsc.c | 36 ++++++++++++++++------ tools/perf/util/annotate.c | 1 + .../perf/util/arm64-frame-pointer-unwind-support.c | 2 +- tools/perf/util/machine.c | 2 +- tools/perf/util/session.c | 15 +++++++-- tools/perf/util/setup.py | 8 +++-- tools/perf/util/unwind-libdw.c | 10 ++++-- tools/perf/util/unwind-libdw.h | 1 + tools/perf/util/unwind-libunwind-local.c | 10 ++++-- tools/perf/util/unwind-libunwind.c | 6 ++-- tools/perf/util/unwind.h | 13 ++++++-- tools/testing/nvdimm/test/nfit.c | 4 +-- 30 files changed, 264 insertions(+), 74 deletions(-)