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 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 [...] new 678ff6a7afcc mm: slab: fix potential double free in ___cache_free new ce2684254bd4 mm: validate pmd after splitting new 41663430588c mm, THP, swap: fix allocating cluster for swapfile by mistake new 8d3fe09d8d66 mm: memcontrol: fix missing suffix of workingset_restore new d3f7b1bb2040 mm/gup: fix gup_fast with dynamic page table folding new 6c5c7b9f3352 mm/migrate: correct thp migration stats new 1e1b6d63d634 lib/string.c: implement stpcpy new ffa550cd691b lib/memregion.c: include memregion.h new a1cd6c2ae47e arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() c [...] new c1d0da83358a mm: replace memmap_context by meminit_context new f85086f95fa3 mm: don't rely on system state to detect hot-plug operations new 8fb1e9103358 Merge branch 'akpm' (patches from Andrew) adds f7e80983f0cf s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl new eeddbe6841cd Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/lin [...] new 59e330f8ff7a nvme: return errors for hwmon init new 50b7c24390a5 nvme-pci: fix NULL req in completion handler new 9e0e8dac985d nvme-fc: fail new connections to a deleted host or remote port new 46d2613eae51 nvme-core: don't use NVME_NSID_ALL for command effects and [...] new 9754d6cb63c7 Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org [...] new 3aab91774bbd block: remove unused BLK_QC_T_EAGAIN flag new 9d2fbaefb3b0 Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/li [...] new f3cd4850504f io_uring: ensure open/openat2 name is cleaned on cancelation new 62c774ed4831 io_uring: don't unconditionally set plug->nowait = true new f38c7e3abfba io_uring: ensure async buffered read-retry is setup properly new 692495baa377 Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk [...] adds 7f04839ec448 scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supported adds 27ba3e8ff3ab scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks adds 6c5dee18756b scsi: sd: sd_zbc: Fix ZBC disk initialization new a1bffa48745a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 25 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: Documentation/admin-guide/cgroup-v2.rst | 25 ++++++-- arch/ia64/mm/init.c | 6 +- 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/s390/include/asm/pgtable.h | 42 ++++++++---- 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 +++++-- arch/x86/lib/usercopy_64.c | 2 +- block/blk-settings.c | 46 +++++++++++++ drivers/base/node.c | 85 ++++++++++++++++--------- 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/nvme/host/core.c | 9 ++- drivers/nvme/host/fc.c | 6 +- drivers/nvme/host/hwmon.c | 14 ++-- drivers/nvme/host/nvme.h | 7 +- drivers/nvme/host/pci.c | 14 ++-- drivers/regulator/axp20x-regulator.c | 7 +- drivers/s390/crypto/zcrypt_api.c | 3 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 76 +++++++++++++++------- drivers/scsi/sd.c | 34 +++++----- drivers/scsi/sd.h | 8 +-- drivers/scsi/sd_zbc.c | 66 +++++++++++-------- 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 +- fs/io_uring.c | 14 ++-- include/linux/blk_types.h | 3 +- include/linux/blkdev.h | 2 + include/linux/mm.h | 2 +- include/linux/mmzone.h | 11 +++- include/linux/node.h | 11 ++-- include/linux/pgtable.h | 10 +++ lib/memregion.c | 1 + lib/string.c | 24 +++++++ mm/gup.c | 18 +++--- mm/madvise.c | 2 +- mm/memcontrol.c | 4 +- mm/memory_hotplug.c | 5 +- mm/migrate.c | 7 +- mm/page_alloc.c | 10 +-- mm/slab.c | 8 ++- mm/swapfile.c | 2 +- tools/testing/selftests/kvm/x86_64/debug_regs.c | 2 +- 51 files changed, 514 insertions(+), 270 deletions(-)