mbox series

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

Message ID 20191021041941.GA17498@oak.ozlabs.ibm.com
State Accepted
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-fixes-5.4-1 tag | expand

Pull-request

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

Message

Paul Mackerras Oct. 21, 2019, 4:19 a.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-fixes-5.4-1 tag to get a commit which
fixes a potential host crash.  I have based my tree on 5.4-rc3 because
there is another KVM fix which is included in 5.4-rc3, having gone
upstream via Michael Ellerman's tree.

Thanks,
Paul.

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 12ade69c1eb9958b13374edf5ef742ea20ccffde:

  KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use (2019-10-15 16:09:11 +1100)

----------------------------------------------------------------
PPC KVM fix for 5.4

- Fix a bug in the XIVE code which can cause a host crash.

----------------------------------------------------------------
Greg Kurz (1):
      KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use

 arch/powerpc/kvm/book3s_xive.c        | 24 ++++++++++++++++--------
 arch/powerpc/kvm/book3s_xive.h        | 12 ++++++++++++
 arch/powerpc/kvm/book3s_xive_native.c |  6 ++++--
 3 files changed, 32 insertions(+), 10 deletions(-)

Comments

Paolo Bonzini Oct. 22, 2019, 11:12 a.m. UTC | #1
On 21/10/19 06:19, Paul Mackerras wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.4-1

Pulled, thanks.

Paolo