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-allmodconfig in repository toolchain/ci/linux.
from 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 [...] adds b96e6506c2ea KVM: x86: VMX: Make smaller physical guest address space s [...] adds 18391e5e9cf5 selftests: kvm: Fix assert failure in single-step test adds ee6fa0530194 KVM: x86: fix MSR_IA32_TSC read for nested migration adds 8d214c481611 KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE adds 4bb05f30483f KVM: SVM: Add a dedicated INVD intercept routine adds 7c7ec3226f5f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
No new revisions were added by this update.
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/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/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 +- tools/testing/selftests/kvm/x86_64/debug_regs.c | 2 +- 18 files changed, 129 insertions(+), 78 deletions(-)