mbox

[GIT,PULL] Please pull my kvm-ppc-fixes branch

Message ID 20170515081629.GA3691@fergus.ozlabs.ibm.com
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes

Message

Paul Mackerras May 15, 2017, 8:16 a.m. UTC
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(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Christian Zigotzky May 15, 2017, 8:32 a.m. UTC | #1
Many thanks for fixing!

Have a nice week!

-- Christian

On 15 May 2017 at 10:16 AM, Paul Mackerras wrote:
> 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(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Radim Krčmář May 16, 2017, 1:52 p.m. UTC | #2
2017-05-15 18:16+1000, Paul Mackerras:
> 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.

Pulled, thanks.
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html