This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 171d4ff79f96 Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm [...] adds ec653df2a0cb drm/vc4/vc4_hdmi: fill ASoC card owner adds cab4c03b4ba5 drm/sun4i: sun8i-csc: Secondary CSC register correction adds 74ea06164cda drm/sun4i: mixer: Extend regmap max_register adds 3de5f98dafbb Merge tag 'drm-misc-fixes-2020-09-18' of git://anongit.fre [...] adds 720777c5be95 BackMerge commit '98477740630f270aecf648f1d6a9dbc6027d4ff1 [...] adds b63c2eb1bfaa Merge remote-tracking branch 'origin/master' into drm-intel-fixes adds 28284943ac94 drm/i915/gvt: Fix port number for BDW on EDID region setup adds e89c8323b3f1 Merge tag 'gvt-fixes-2020-09-17' of https://github.com/int [...] adds 16cce04cdb20 drm/i915/selftests: Push the fake iommu device from the st [...] adds f3231a02aabe Merge tag 'drm-intel-fixes-2020-09-24' of git://anongit.fr [...] adds 19a508bd1ad8 dmabuf: fix NULL pointer dereference in dma_buf_release() adds ba78755e0c25 Merge tag 'drm-misc-fixes-2020-09-24' of git://anongit.fre [...] adds 574ec42e1a9c Merge tag 'drm-fixes-2020-09-25' of git://anongit.freedesk [...] adds 4aa1615268a8 RDMA/core: Fix ordering of CQ pool destruction adds 33d04c66f579 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 0c309ed17c50 PM / devfreq: Add timer type to devfreq_summary debugfs adds 6bf560766a8e PM / devfreq: tegra30: Disable clock on error in probe adds 1b0e6e2675d1 Merge tag 'devfreq-fixes-for-5.9-rc7' of git://git.kernel. [...] adds 3ad1c8ef083b rcu/tree: Export rcu_idle_{enter,exit} to modules adds 36050d8984ab cpuidle: psci: Fix suspicious RCU usage adds bd8052745774 cpuidle: Drop misleading comments about RCU usage adds 955921289dcd ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unset adds 604072300906 Merge branch 'pm-cpuidle' adds 15083aa02561 Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/lin [...] adds 13a9a9d74d4d SUNRPC: Fix svc_flush_dcache() adds 6d28cf7dfede Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects [...] adds 94cc89eb8fa5 regmap: debugfs: Fix handling of name string for debugfs i [...] adds d36cb0205f03 regmap: debugfs: Add back in erroneously removed initialis [...] adds 400332485631 regmap: fix page selection for noinc reads adds 05669b631707 regmap: fix page selection for noinc writes adds 9a3a0876b9c4 Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pu [...] adds fbb5a79d2fe7 regulator: axp20x: fix LDO2/4 description adds 814324b59381 Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org [...] adds 505623a2be48 spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs adds 50851f5033a3 spi: bcm2835: Make polling_limit_us static adds b867eef4cf54 spi: fsl-espi: Only process interrupts for expected events adds 530b5affc675 spi: fsl-dspi: fix use-after-free in remove path adds 00fb259c618e spi: bcm-qspi: Fix probe regression on iProc platforms adds 782d1222555c Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/s [...] adds 01ce6d4d2c81 MIPS: Loongson-3: Fix fp register access if MSA enabled adds b13812ddea61 MIPS: Loongson2ef: Disable Loongson MMI instructions adds e393fbe6fa27 MIPS: Add the missing 'CPU_1074K' into __get_cpu_type() adds be090fa62080 MIPS: BCM47XX: Remove the needless check with the 1074K adds b463b6f69974 Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/s [...] new b96e6506c2ea KVM: x86: VMX: Make smaller physical guest address space s [...] new 18391e5e9cf5 selftests: kvm: Fix assert failure in single-step test new ee6fa0530194 KVM: x86: fix MSR_IA32_TSC read for nested migration new 8d214c481611 KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE new 4bb05f30483f KVM: SVM: Add a dedicated INVD intercept routine new 7c7ec3226f5f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 6 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/bcm47xx/setup.c | 2 +- arch/mips/include/asm/cpu-type.h | 1 + arch/mips/loongson2ef/Platform | 4 ++ arch/mips/loongson64/cop2-ex.c | 24 +++----- arch/x86/kvm/svm/svm.c | 8 ++- arch/x86/kvm/vmx/vmx.c | 15 +++-- arch/x86/kvm/vmx/vmx.h | 5 +- arch/x86/kvm/x86.c | 22 +++++-- drivers/acpi/processor_idle.c | 1 + drivers/base/regmap/internal.h | 6 +- drivers/base/regmap/regcache.c | 2 +- drivers/base/regmap/regmap-debugfs.c | 7 +-- drivers/base/regmap/regmap.c | 75 ++++++++++++++++-------- drivers/cpuidle/cpuidle-psci.c | 4 +- drivers/cpuidle/cpuidle.c | 10 ---- drivers/devfreq/devfreq.c | 11 +++- drivers/devfreq/tegra30-devfreq.c | 4 +- drivers/dma-buf/dma-buf.c | 2 + drivers/gpu/drm/i915/gvt/vgpu.c | 6 +- drivers/gpu/drm/i915/selftests/mock_gem_device.c | 12 ++-- drivers/gpu/drm/sun4i/sun8i_csc.h | 2 +- drivers/gpu/drm/sun4i/sun8i_mixer.c | 2 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 + drivers/infiniband/core/device.c | 6 +- drivers/regulator/axp20x-regulator.c | 7 ++- drivers/spi/spi-bcm-qspi.c | 2 +- drivers/spi/spi-bcm2835.c | 2 +- drivers/spi/spi-fsl-dspi.c | 18 +++--- drivers/spi/spi-fsl-espi.c | 5 +- kernel/rcu/tree.c | 2 + net/sunrpc/svcsock.c | 2 +- tools/testing/selftests/kvm/x86_64/debug_regs.c | 2 +- 32 files changed, 165 insertions(+), 107 deletions(-)