mbox series

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

Message ID 20180822120818.GA12224@fergus (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-fixes-4.19-1 tag | expand

Pull-request

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

Message

Paul Mackerras Aug. 22, 2018, 12:08 p.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-fixes-4.19-1 tag to get two small
fixes which should go into 4.19.

Thanks,
Paul.

The following changes since commit fd8ca6dac9b45db8503cf508880edd63e039e2f2:

  KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.c (2018-08-06 18:18:41 +0200)

are available in the git repository at:

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

for you to fetch changes up to 46dec40fb741f00f1864580130779aeeaf24fb3d:

  KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function (2018-08-20 16:05:45 +1000)

----------------------------------------------------------------
PPC KVM fixes for 4.19

Two small fixes for KVM on POWER machines; one fixes a bug where pages
might not get marked dirty, causing guest memory corruption on migration,
and the other fixes a bug causing reads from guest memory to use the
wrong guest real address for very large HPT guests (>256G of memory),
leading to failures in instruction emulation.

----------------------------------------------------------------
Paul Mackerras (2):
      KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
      KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function

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