mbox series

[GIT,PULL] Please pull my kvm-ppc-fixes-5.1-1 tag

Message ID 20190407221225.GA31464@blackberry (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-fixes-5.1-1 tag | expand

Pull-request

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

Message

Paul Mackerras April 7, 2019, 10:12 p.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-fixes-5.1-1 tag to get two commits
which fix bugs which could potentially cause hangs or corruption in
the host.

Thanks,
Paul.

The following changes since commit 690edec54cbaa0e98dc592aae6864272f48f3c84:

  Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2019-03-28 19:07:30 +0100)

are available in the git repository at:

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

for you to fetch changes up to 345077c8e172c255ea0707214303ccd099e5656b:

  KVM: PPC: Book3S: Protect memslots while validating user address (2019-04-05 14:37:24 +1100)

----------------------------------------------------------------
KVM/PPC fixes for 5.1

- Fix host hang in the HTM assist code for POWER9
- Take srcu read lock around memslot lookup

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      KVM: PPC: Book3S: Protect memslots while validating user address

Suraj Jitindar Singh (1):
      KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit

 arch/powerpc/kvm/book3s_64_vio.c | 6 +++---
 arch/powerpc/kvm/book3s_hv.c     | 4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

Paul Mackerras April 18, 2019, 4:05 a.m. UTC | #1
On Mon, Apr 08, 2019 at 08:12:25AM +1000, Paul Mackerras wrote:
> Paolo or Radim,
> 
> Please do a pull from my kvm-ppc-fixes-5.1-1 tag to get two commits
> which fix bugs which could potentially cause hangs or corruption in
> the host.

Ping?  Did this get lost?

> Thanks,
> Paul.
> 
> The following changes since commit 690edec54cbaa0e98dc592aae6864272f48f3c84:
> 
>   Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2019-03-28 19:07:30 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.1-1
> 
> for you to fetch changes up to 345077c8e172c255ea0707214303ccd099e5656b:
> 
>   KVM: PPC: Book3S: Protect memslots while validating user address (2019-04-05 14:37:24 +1100)
> 
> ----------------------------------------------------------------
> KVM/PPC fixes for 5.1
> 
> - Fix host hang in the HTM assist code for POWER9
> - Take srcu read lock around memslot lookup
> 
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       KVM: PPC: Book3S: Protect memslots while validating user address
> 
> Suraj Jitindar Singh (1):
>       KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
> 
>  arch/powerpc/kvm/book3s_64_vio.c | 6 +++---
>  arch/powerpc/kvm/book3s_hv.c     | 4 +++-
>  2 files changed, 6 insertions(+), 4 deletions(-)
Paolo Bonzini April 18, 2019, 4:53 p.m. UTC | #2
On 18/04/19 06:05, Paul Mackerras wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.1-1

Pulled now.  Sorry for not noticing it before.

Paolo