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-allnoconfig in repository toolchain/ci/linux.
from abf02e2964b3 Merge tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/lin [...] adds 241e39004581 nfsd: replace Jeff by Chuck as nfsd co-maintainer adds ff896738be38 block: return from __bio_try_merge_page if merging occured [...] adds 456918049560 block: fix page leak when merging to same page adds 9642fa73d073 md: fix for divide error in status_resync adds 440078db7a55 Merge branch 'md-fixes' of https://github.com/liu-song-6/l [...] adds 41a247d896d2 Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block adds 97bf85b6ec9e mmc: sdhi: disallow HS400 for M3-W ES1.2, RZ/G2M, and V3H adds b0e370b95a3b mmc: core: complete HS400 before checking status adds 8a5df8ac628f mmc: mediatek: fix SDIO IRQ interrupt handle flow adds 20314ce30af1 mmc: mediatek: fix SDIO IRQ detection issue adds abdd5dcc0020 Revert "brcmfmac: disable command decode in sdio_aos" adds 0a55f4ab9678 mmc: core: API to temporarily disable retuning for SDIO CR [...] adds 2de0b42da263 brcmfmac: sdio: Disable auto-tuning around commands expect [...] adds b4c9f938d542 mmc: core: Add sdio_retune_hold_now() and sdio_retune_release() adds 65dade604407 brcmfmac: sdio: Don't tune while the card is off adds 0f7b79a44e7d mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width whe [...] adds 83293386bc95 mmc: core: Prevent processing SDIO IRQs when the card is s [...] adds 6331d118ac61 Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/l [...] adds c6d9c35d16f1 quota: fix a problem about transfer quota adds c285a2f01d69 fanotify: update connector fsid cache on add mark adds d72558b2b331 Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/l [...] adds f9364df30420 s390/boot: disable address-of-packed-member warning adds 93c2f55ffc89 s390/ctl_reg: mark __ctl_set_bit and __ctl_clear_bit as __ [...] adds 11aff183225c vfio-ccw: Destroy kmem cache region on module exit adds a409de616259 Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/lin [...] adds c584b1202f2d MAINTAINERS: Update my email address to use @kernel.org adds adeaa21a4b69 arm64: ssbd: explicitly depend on <linux/prctl.h> adds 35341ca0614a arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/ [...] adds 2a081968b1e5 MAINTAINERS: Update my email address adds 615c48ad8f42 arm64/mm: don't initialize pgd_cache twice adds e929387449cf Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new f9bc5227652d KVM: nVMX: use correct clean fields when copying from eVMCS new 76e3bcdb61ca KVM: fix typo in documentation new 6ca00dfafda7 KVM: x86: Modify struct kvm_nested_state to have explicit [...] new b6b80c78af83 KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT new 61cfcd545e42 kvm: tests: Sort tests in the Makefile alphabetically new 9dba988edb31 tests: kvm: Check for a kernel warning new 9fd588772636 KVM: nVMX: reorganize initial steps of vmx_set_nested_state new 0c529ff789bc KVM: arm64: Implement vq_present() as a macro new df205b5c6328 KVM: arm64: Filter out invalid core register IDs in KVM_GE [...] new 4729ec8c1e11 KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy new e4e5a865e9a9 KVM: arm/arm64: Fix emulated ptimer irq injection new b21e31b25304 Merge tag 'kvmarm-fixes-for-5.2-2' of git://git.kernel.org [...] new b3e978337b25 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 766741fcaa1f Revert "fuse: require /dev/fuse reads to have enough buffe [...] new b910f6a7ccab Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub [...] adds 941d935ac763 ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls adds 9179c21dc6ed ovl: don't fail with disconnected lower NFS adds 1dac6f5b0ed2 ovl: fix bogus -Wmaybe-unitialized warning adds 253e74833911 ovl: fix typo in MODULE_PARM_DESC adds 6dde1e42f497 ovl: make i_ino consistent with st_ino in more cases new 4ae004a9bca8 Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/ [...]
The 15 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: .mailmap | 2 + Documentation/virtual/kvm/api.txt | 48 +++++--- MAINTAINERS | 20 ++-- arch/arm64/include/asm/pgtable.h | 3 +- arch/arm64/include/uapi/asm/ptrace.h | 8 +- arch/arm64/kernel/ssbd.c | 1 + arch/arm64/kvm/guest.c | 65 +++++++---- arch/s390/Makefile | 1 + arch/s390/include/asm/ctl_reg.h | 4 +- arch/x86/include/uapi/asm/kvm.h | 33 ++++-- arch/x86/kvm/mmu.c | 16 ++- arch/x86/kvm/vmx/nested.c | 103 +++++++++-------- arch/x86/kvm/vmx/vmcs12.h | 5 +- block/bio.c | 38 ++++--- drivers/md/md.c | 36 +++--- drivers/mmc/core/core.c | 5 +- drivers/mmc/core/mmc.c | 6 +- drivers/mmc/core/sdio.c | 13 ++- drivers/mmc/core/sdio_io.c | 77 +++++++++++++ drivers/mmc/core/sdio_irq.c | 4 + drivers/mmc/host/mtk-sd.c | 39 ++++--- drivers/mmc/host/renesas_sdhi_core.c | 9 +- drivers/mmc/host/sdhci-pci-o2micro.c | 5 +- .../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 17 ++- drivers/s390/cio/vfio_ccw_drv.c | 1 + fs/fuse/dev.c | 10 -- fs/iomap.c | 12 +- fs/notify/fanotify/fanotify.c | 4 + fs/notify/mark.c | 14 ++- fs/overlayfs/copy_up.c | 2 +- fs/overlayfs/dir.c | 2 +- fs/overlayfs/file.c | 91 ++++++++++----- fs/overlayfs/inode.c | 12 +- fs/overlayfs/super.c | 42 +++---- fs/quota/dquot.c | 4 +- fs/xfs/xfs_aops.c | 11 +- include/linux/bio.h | 2 +- include/linux/fsnotify_backend.h | 4 +- include/linux/mmc/host.h | 1 + include/linux/mmc/sdio_func.h | 6 + tools/arch/x86/include/uapi/asm/kvm.h | 2 +- tools/testing/selftests/kvm/.gitignore | 1 + tools/testing/selftests/kvm/Makefile | 21 ++-- tools/testing/selftests/kvm/include/kvm_util.h | 2 + .../selftests/kvm/include/x86_64/processor.h | 2 + tools/testing/selftests/kvm/lib/kvm_util.c | 36 ++++++ tools/testing/selftests/kvm/lib/x86_64/processor.c | 16 +++ .../selftests/kvm/x86_64/mmio_warning_test.c | 126 +++++++++++++++++++++ .../kvm/x86_64/vmx_set_nested_state_test.c | 68 ++++++----- virt/kvm/arm/arch_timer.c | 5 +- virt/kvm/arm/vgic/vgic-its.c | 1 + 51 files changed, 747 insertions(+), 309 deletions(-) create mode 100644 tools/testing/selftests/kvm/x86_64/mmio_warning_test.c