From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Wed, 22 Aug 2018 12:08:18 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes-4.19-1 tag Message-Id: <20180822120818.GA12224@fergus> List-Id: References: <20180303091717.GA14569@fergus.ozlabs.ibm.com> In-Reply-To: <20180303091717.GA14569@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org 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(-)