This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 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 [...] new 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 [...] new 941d935ac763 ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls new 9179c21dc6ed ovl: don't fail with disconnected lower NFS new 1dac6f5b0ed2 ovl: fix bogus -Wmaybe-unitialized warning new 253e74833911 ovl: fix typo in MODULE_PARM_DESC new 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 21 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/virtual/kvm/api.txt | 48 +++++--- arch/arm64/kvm/guest.c | 65 +++++++---- 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 +- fs/fuse/dev.c | 10 -- 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 +++---- 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 + 23 files changed, 495 insertions(+), 214 deletions(-) create mode 100644 tools/testing/selftests/kvm/x86_64/mmio_warning_test.c