Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754199AbdGUReV (ORCPT ); Fri, 21 Jul 2017 13:34:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42972 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752780AbdGUReG (ORCPT ); Fri, 21 Jul 2017 13:34:06 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A77117F7B9 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=rkrcmar@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A77117F7B9 Date: Fri, 21 Jul 2017 19:34:03 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Linus Torvalds Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [GIT PULL] KVM fixes for v4.13-rc2 Message-ID: <20170721173403.GA11710@potion> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 21 Jul 2017 17:34:06 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1267 Lines: 43 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(-)