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, 14 Sep 2017 14:06:34 +1000 Message-ID: <20170914040634.GA23327@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]:40463 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbdINEGj (ORCPT ); Thu, 14 Sep 2017 00:06:39 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Paolo, Please do a pull from my kvm-ppc-fixes branch to get three bug fixes. I would like them to go into 4.14-rc. They all have Fixes: tags and are cc: stable@vger.kernel.org. Thanks, Paul. The following changes since commit 5f54c8b2d4fad95d1f8ecbe023ebe6038e6d3760: Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc (2017-09-08 14:40:43 +0200) 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 67f8a8c1151c9ef3d1285905d1e66ebb769ecdf7: KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly (2017-09-12 16:02:46 +1000) ---------------------------------------------------------------- Benjamin Herrenschmidt (1): KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses Paul Mackerras (2): KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly arch/powerpc/kvm/book3s_hv.c | 2 ++ arch/powerpc/kvm/book3s_hv_rm_xive.c | 1 - arch/powerpc/kvm/book3s_hv_rmhandlers.S | 17 ++++++++++++++++- arch/powerpc/kvm/book3s_xive.c | 1 - arch/powerpc/kvm/book3s_xive_template.c | 7 ++++--- 5 files changed, 22 insertions(+), 6 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 14 Sep 2017 04:06:34 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <20170914040634.GA23327@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 Paolo, Please do a pull from my kvm-ppc-fixes branch to get three bug fixes. I would like them to go into 4.14-rc. They all have Fixes: tags and are cc: stable@vger.kernel.org. Thanks, Paul. The following changes since commit 5f54c8b2d4fad95d1f8ecbe023ebe6038e6d3760: Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc (2017-09-08 14:40:43 +0200) 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 67f8a8c1151c9ef3d1285905d1e66ebb769ecdf7: KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly (2017-09-12 16:02:46 +1000) ---------------------------------------------------------------- Benjamin Herrenschmidt (1): KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses Paul Mackerras (2): KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly arch/powerpc/kvm/book3s_hv.c | 2 ++ arch/powerpc/kvm/book3s_hv_rm_xive.c | 1 - arch/powerpc/kvm/book3s_hv_rmhandlers.S | 17 ++++++++++++++++- arch/powerpc/kvm/book3s_xive.c | 1 - arch/powerpc/kvm/book3s_xive_template.c | 7 ++++--- 5 files changed, 22 insertions(+), 6 deletions(-)