From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Thu, 19 Oct 2017 15:20:58 +1100 Message-ID: <20171019042058.GG3492@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:57879 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777AbdJSEVH (ORCPT ); Thu, 19 Oct 2017 00:21:07 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Hi Paolo, Please do a pull from my kvm-ppc-fixes branch to get four commits which I would like to have go into 4.14 since they fix potential host oops and hangs. Thanks, Paul. The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes for you to fetch changes up to ad98dd1a75ac6a8b68cd2f7bf4676b65734f2a43: KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code (2017-10-16 08:46:46 +1100) ---------------------------------------------------------------- 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 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(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 19 Oct 2017 04:20:58 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <20171019042058.GG3492@fergus.ozlabs.ibm.com> List-Id: References: <20151112053542.GA22330@fergus.ozlabs.ibm.com> In-Reply-To: <20151112053542.GA22330@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org Hi Paolo, Please do a pull from my kvm-ppc-fixes branch to get four commits which I would like to have go into 4.14 since they fix potential host oops and hangs. Thanks, Paul. The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes for you to fetch changes up to ad98dd1a75ac6a8b68cd2f7bf4676b65734f2a43: KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code (2017-10-16 08:46:46 +1100) ---------------------------------------------------------------- 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 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(-)