From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Mon, 15 May 2017 18:16:29 +1000 Message-ID: <20170515081629.GA3691@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, David Gibson To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:54745 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759848AbdEOIQg (ORCPT ); Mon, 15 May 2017 04:16:36 -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 3 commits that should go into 4.12. Two of them fix failures to build for PR KVM configurations, and one of them fixes a host crash that can occur on POWER9 with radix guests. Thanks, Paul. The following changes since commit 36c344f3f1ffc0b1b20abd237b7401dc6687ee8f: Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2017-05-09 12:51:49 +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 76d837a4c0f905f98088877d780169d7a14a6b29: KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms (2017-05-12 15:32:30 +1000) ---------------------------------------------------------------- Paul Mackerras (3): KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers KVM: PPC: Book3S PR: Check copy_to/from_user return values KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms arch/powerpc/kvm/Kconfig | 2 +- arch/powerpc/kvm/Makefile | 4 +-- arch/powerpc/kvm/book3s_64_vio_hv.c | 13 +++++++ arch/powerpc/kvm/book3s_hv_builtin.c | 9 ++++- arch/powerpc/kvm/book3s_pr_papr.c | 70 +++++++++++++++++++++++++++--------- arch/powerpc/kvm/powerpc.c | 4 ++- 6 files changed, 80 insertions(+), 22 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Mon, 15 May 2017 08:16:29 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <20170515081629.GA3691@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, David Gibson Paolo, Please do a pull from my kvm-ppc-fixes branch to get 3 commits that should go into 4.12. Two of them fix failures to build for PR KVM configurations, and one of them fixes a host crash that can occur on POWER9 with radix guests. Thanks, Paul. The following changes since commit 36c344f3f1ffc0b1b20abd237b7401dc6687ee8f: Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2017-05-09 12:51:49 +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 76d837a4c0f905f98088877d780169d7a14a6b29: KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms (2017-05-12 15:32:30 +1000) ---------------------------------------------------------------- Paul Mackerras (3): KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers KVM: PPC: Book3S PR: Check copy_to/from_user return values KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms arch/powerpc/kvm/Kconfig | 2 +- arch/powerpc/kvm/Makefile | 4 +-- arch/powerpc/kvm/book3s_64_vio_hv.c | 13 +++++++ arch/powerpc/kvm/book3s_hv_builtin.c | 9 ++++- arch/powerpc/kvm/book3s_pr_papr.c | 70 +++++++++++++++++++++++++++--------- arch/powerpc/kvm/powerpc.c | 4 ++- 6 files changed, 80 insertions(+), 22 deletions(-)