mbox series

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

Message ID 20180524053410.GA6986@fergus.ozlabs.ibm.com
State Accepted
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-fixes-4.17-1 tag | expand

Pull-request

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

Message

Paul Mackerras May 24, 2018, 5:34 a.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-fixes-4.17-1 tag to get 5 commits
which I would like to have in 4.17, all relating to HV KVM on POWER8
and POWER9.

Thanks,
Paul.

The following changes since commit 75bc37fefc4471e718ba8e651aa74673d4e0a9eb:

  Linux 4.17-rc4 (2018-05-06 16:57:38 -1000)

are available in the Git repository at:

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

for you to fetch changes up to df158189dbcc2e0ee29dc4b917d45ee5bf25a35e:

  KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path (2018-05-17 15:17:13 +1000)

----------------------------------------------------------------
Fixes for PPC KVM:

- Close a hole which could possibly lead to the host timebase getting
  out of sync.

- Three fixes relating to PTEs and TLB entries for radix guests.

- Fix a bug which could lead to an interrupt never getting delivered
  to the guest, if it is pending for a guest vCPU when the vCPU gets
  offlined.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      KVM: PPC: Book3S HV: XIVE: Resend re-routed interrupts on CPU priority change

Nicholas Piggin (2):
      KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tlbie_page
      KVM: PPC: Book3S HV: Make radix clear pte when unmapping

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry
      KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path

 arch/powerpc/include/asm/kvm_book3s.h   |   1 +
 arch/powerpc/kernel/asm-offsets.c       |   1 +
 arch/powerpc/kvm/book3s_64_mmu_radix.c  |   6 +-
 arch/powerpc/kvm/book3s_hv.c            |   1 +
 arch/powerpc/kvm/book3s_hv_rmhandlers.S |  97 +++++++++++++++-------------
 arch/powerpc/kvm/book3s_xive_template.c | 108 +++++++++++++++++++++++++++++---
 6 files changed, 159 insertions(+), 55 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

Radim Krčmář May 24, 2018, 5:02 p.m. UTC | #1
2018-05-24 15:34+1000, Paul Mackerras:
> Paolo or Radim,
> 
> Please do a pull from my kvm-ppc-fixes-4.17-1 tag to get 5 commits
> which I would like to have in 4.17, all relating to HV KVM on POWER8
> and POWER9.

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