From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: [GIT PULL] KVM fixes for v4.13-rc2 Date: Fri, 21 Jul 2017 19:34:03 +0200 Message-ID: <20170721173403.GA11710@potion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm tags/for-linus for you to fetch changes up to f1ff89ec4447c4e39d275a1ca3de43eed2a92745: kvm: x86: hyperv: avoid livelock in oneshot SynIC timers (2017-07-20 17:00:00 +0200) ---------------------------------------------------------------- KVM fixes for v4.13-rc2 A bunch of small fixes for x86. ---------------------------------------------------------------- Arnd Bergmann (1): x86: add MULTIUSER dependency for KVM Dan Carpenter (1): KVM: x86: masking out upper bits Jim Mattson (1): KVM: nVMX: Disallow VM-entry in MOV-SS shadow Paolo Bonzini (1): KVM: nVMX: track NMI blocking state separately for each VMCS Roman Kagan (1): kvm: x86: hyperv: avoid livelock in oneshot SynIC timers Wanpeng Li (1): KVM: VMX: Fix invalid guest state detection after task-switch emulation arch/x86/kvm/Kconfig | 2 +- arch/x86/kvm/hyperv.c | 7 ++++--- arch/x86/kvm/vmx.c | 46 +++++++++++++++++++++++++++++++--------------- arch/x86/kvm/x86.c | 4 ++-- 4 files changed, 38 insertions(+), 21 deletions(-)