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-master-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from 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 [...] adds 678ff6a7afcc mm: slab: fix potential double free in ___cache_free adds ce2684254bd4 mm: validate pmd after splitting adds 41663430588c mm, THP, swap: fix allocating cluster for swapfile by mistake adds 8d3fe09d8d66 mm: memcontrol: fix missing suffix of workingset_restore adds d3f7b1bb2040 mm/gup: fix gup_fast with dynamic page table folding adds 6c5c7b9f3352 mm/migrate: correct thp migration stats adds 1e1b6d63d634 lib/string.c: implement stpcpy adds ffa550cd691b lib/memregion.c: include memregion.h adds a1cd6c2ae47e arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() c [...] adds c1d0da83358a mm: replace memmap_context by meminit_context adds f85086f95fa3 mm: don't rely on system state to detect hot-plug operations adds 8fb1e9103358 Merge branch 'akpm' (patches from Andrew) adds f7e80983f0cf s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl adds eeddbe6841cd Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/lin [...] adds 59e330f8ff7a nvme: return errors for hwmon init adds 50b7c24390a5 nvme-pci: fix NULL req in completion handler adds 9e0e8dac985d nvme-fc: fail new connections to a deleted host or remote port adds 46d2613eae51 nvme-core: don't use NVME_NSID_ALL for command effects and [...] adds 9754d6cb63c7 Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org [...] adds 3aab91774bbd block: remove unused BLK_QC_T_EAGAIN flag adds 9d2fbaefb3b0 Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/li [...] adds f3cd4850504f io_uring: ensure open/openat2 name is cleaned on cancelation adds 62c774ed4831 io_uring: don't unconditionally set plug->nowait = true adds f38c7e3abfba io_uring: ensure async buffered read-retry is setup properly adds 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 adds a1bffa48745a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 25 ++++++-- arch/ia64/mm/init.c | 6 +- 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/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/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 +++++++++++-------- 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 +- 38 files changed, 425 insertions(+), 204 deletions(-)