Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751803AbdISQRJ (ORCPT ); Tue, 19 Sep 2017 12:17:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22496 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750872AbdISQRH (ORCPT ); Tue, 19 Sep 2017 12:17:07 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B35D786647 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=rkrcmar@redhat.com Date: Tue, 19 Sep 2017 18:17:05 +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.14-rc2 Message-ID: <20170919161704.GA11987@flask> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 19 Sep 2017 16:17:07 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1202 Lines: 36 Linus, The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm for-linus for you to fetch changes up to 5753743fa5108b8f98bd61e40dc63f641b26c768: KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt (2017-09-19 15:09:16 +0200) ---------------------------------------------------------------- KVM fixes for v4.14-rc2 - fix build without CONFIG_HAVE_KVM_IRQ_ROUTING - fix NULL access in x86 CR access - fix race with VMX posted interrups ---------------------------------------------------------------- Haozhong Zhang (2): KVM: VMX: do not change SN bit in vmx_update_pi_irte() KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt Jan H. Schönherr (1): Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD" Yu Zhang (1): KVM: x86: Fix the NULL pointer parameter in check_cr_write() arch/x86/kvm/emulate.c | 8 +++++--- arch/x86/kvm/vmx.c | 39 ++++++++++++++++++++++----------------- virt/kvm/eventfd.c | 2 -- 3 files changed, 27 insertions(+), 22 deletions(-)