Linus, The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to d9092f52d7e61dd1557f2db2400ddb430e85937e: kvm: x86: Check memopp before dereference (CVE-2016-8630) (2016-11-02 21:31:53 +0100) ---------------------------------------------------------------- One NULL pointer dereference, and two fixes for regressions introduced during the merge window. The rest are fixes for MIPS, s390 and nested VMX. ---------------------------------------------------------------- Borislav Petkov (1): kvm/x86: Show WRMSR data is in hex Ido Yariv (1): KVM: x86: fix wbinvd_dirty_mask use-after-free James Hogan (3): KVM: MIPS: Fix lazy user ASID regenerate for SMP KVM: MIPS: Make ERET handle ERL before EXL KVM: MIPS: Precalculate MMIO load resume PC Janosch Frank (1): KVM: s390: Fix STHYI buffer alignment for diag224 Jim Mattson (2): kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types kvm: nVMX: VMCLEAR an active shadow VMCS after last use Owen Hofmann (1): kvm: x86: Check memopp before dereference (CVE-2016-8630) Paolo Bonzini (4): KVM: fix OOPS on flush_work KVM: document lock orders Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/.../kvms390/linux into HEAD KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK Documentation/virtual/kvm/locking.txt | 12 ++++++- arch/mips/include/asm/kvm_host.h | 7 ++-- arch/mips/kvm/emulate.c | 32 ++++++++++------- arch/mips/kvm/mips.c | 5 ++- arch/mips/kvm/mmu.c | 4 --- arch/s390/kvm/sthyi.c | 4 +-- arch/x86/include/asm/kvm_host.h | 3 -- arch/x86/kvm/emulate.c | 2 +- arch/x86/kvm/svm.c | 23 ------------- arch/x86/kvm/vmx.c | 65 +++++++++++------------------------ arch/x86/kvm/x86.c | 16 +++++---- virt/kvm/eventfd.c | 22 ++++++++++-- virt/kvm/kvm_main.c | 6 ++++ 13 files changed, 95 insertions(+), 106 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html