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-arm in repository toolchain/ci/linux.
from d4d016caa4b8 alpha: move __udiv_qrnnd library function to arch/alpha/lib/ adds b1044a9b8100 Revert drm/vc4 hdmi runtime PM changes adds 31ad37bd6faf Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage" adds 9caea0007601 parisc: Declare pci_iounmap() parisc version only when CON [...] adds 4fef6115903a alpha: enable GENERIC_PCI_IOMAP unconditionally adds bc1abb9e55ce dmascc: use proper 'virt_to_bus()' rather than casting to 'int' adds 7efbcc8c075c perf annotate: Fix fused instr logic for assembly functions adds ff6f41fbcee9 perf script: Fix ip display when type != attr->type adds 57f0ff059e3d perf machine: Initialize srcline string member in add_loca [...] adds aba5daeb6451 libperf evsel: Make use of FD robust. adds 219d720e6df7 perf bpf: Ignore deprecation warning when using libbpf's b [...] adds d94f395772ae Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git:/ [...] adds d62d5aed3354 checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit adds aa0f5ea12e47 checkkconfigsymbols.py: Remove skipping of help lines in p [...] adds ec783c7cb249 gen_compile_commands: fix missing 'sys' package adds 4e70b646bae5 sh: Add missing FORCE prerequisites in Makefile adds 7c80144626db kbuild: Fix comment typo in scripts/Makefile.modpost adds 7fa6a2746616 x86/build: Do not add -falign flags unconditionally for clang adds 0664684e1ebd kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS adds 2f629969b01d Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub [...] adds b871895b1482 powerpc/64s: system call scv tabort fix for corrupt irq so [...] adds 5379ef2a6043 selftests/powerpc: Add scv versions of the basic TM syscall tests adds ae7aaecc3f2f powerpc/64s: system call rfscv workaround for TM bugs adds 267cdfa21385 KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mo [...] adds 3a1e92d0896e powerpc/mce: Fix access error in mce handler adds c006a06508db powerpc/xics: Set the IRQ chip data for the ICS native backend adds 62453a460a00 Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm [...] adds 7687201e37fa locking/rwbase: Properly match set_and_save_state() to res [...] adds 616be87eac9f locking/rwbase: Extract __rwbase_write_trylock() adds 81121524f1c7 locking/rwbase: Take care of ordering guarantee for fastpa [...] adds f5e29a26c42b Merge tag 'locking-urgent-2021-09-19' of git://git.kernel. [...] adds b89a05b21f46 events: Reuse value read using READ_ONCE instead of re-reading it adds fec3036200b7 Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org [...] adds aeef8b5089b7 x86/pat: Pass valid address to sanitize_phys() adds d7109fe3a099 x86/platform: Increase maximum GPIO number for X86_64 adds 34b1999da935 x86/mm: Fix kern_addr_valid() to cope with existing but no [...] adds 81065b35e248 x86/mce: Avoid infinite loop for copy from user recovery adds 20621d2f27a0 Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.o [...] adds 316e8d79a095 pci_iounmap'2: Electric Boogaloo: try to make sense of it all adds e4e737bb5c17 Linux 5.15-rc2
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/alpha/Kconfig | 2 +- arch/parisc/lib/iomap.c | 4 +- arch/powerpc/kernel/interrupt.c | 43 +++++++++++ arch/powerpc/kernel/interrupt_64.S | 41 ----------- arch/powerpc/kernel/mce.c | 17 ++++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 36 +++++++++- arch/powerpc/sysdev/xics/xics-common.c | 4 +- arch/sh/boot/Makefile | 16 ++--- arch/x86/Kconfig | 5 ++ arch/x86/Makefile_32.cpu | 12 +++- arch/x86/kernel/cpu/mce/core.c | 43 ++++++++--- arch/x86/mm/init_64.c | 6 +- arch/x86/mm/pat/memtype.c | 7 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 84 ++++++---------------- drivers/net/hamradio/dmascc.c | 6 +- include/asm-generic/io.h | 26 +------ include/asm-generic/iomap.h | 10 --- include/asm-generic/pci_iomap.h | 3 + include/linux/sched.h | 1 + kernel/events/core.c | 2 +- kernel/locking/rwbase_rt.c | 65 +++++++++++------ lib/pci_iomap.c | 43 +++++++++++ scripts/Makefile.clang | 5 ++ scripts/Makefile.modpost | 2 +- scripts/checkkconfigsymbols.py | 11 +-- scripts/clang-tools/gen_compile_commands.py | 1 + tools/lib/perf/evsel.c | 64 +++++++++++------ tools/perf/builtin-script.c | 24 ++++--- tools/perf/ui/browser.c | 33 ++++++--- tools/perf/ui/browser.h | 2 +- tools/perf/ui/browsers/annotate.c | 24 +++++-- tools/perf/util/bpf-event.c | 3 + tools/perf/util/machine.c | 1 + .../testing/selftests/powerpc/tm/tm-syscall-asm.S | 37 +++++++++- tools/testing/selftests/powerpc/tm/tm-syscall.c | 36 ++++++++-- 36 files changed, 459 insertions(+), 262 deletions(-)