From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932520AbdJXL2n (ORCPT ); Tue, 24 Oct 2017 07:28:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53734 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932297AbdJXL2l (ORCPT ); Tue, 24 Oct 2017 07:28:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 85927C0006E0 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=rkrcmar@redhat.com Date: Tue, 24 Oct 2017 13:28:38 +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-rc7 Message-ID: <20171024112837.GB13316@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.31]); Tue, 24 Oct 2017 11:28:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9: Linux 4.14-rc5 (2017-10-15 21:01:12 -0400) 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 cc9085b6875323fd0c935ee7176583bb572821ee: Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc (2017-10-19 14:42:09 +0200) ---------------------------------------------------------------- KVM fixes for v4.14-rc7 PPC fixes for potential host oops and hangs. ---------------------------------------------------------------- Alexey Kardashevskiy (1): KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU Benjamin Herrenschmidt (1): KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code Greg Kurz (1): KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM Nicholas Piggin (1): KVM: PPC: Book3S HV: POWER9 more doorbell fixes Radim Krčmář (1): Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc arch/powerpc/kvm/book3s_64_vio.c | 23 ++++++++++++++--------- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 13 ++++++++++--- arch/powerpc/kvm/powerpc.c | 3 +-- 3 files changed, 25 insertions(+), 14 deletions(-)