]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRadim Krčmář <rkrcmar@redhat.com>
Tue, 4 Sep 2018 19:12:46 +0000 (21:12 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 4 Sep 2018 19:12:46 +0000 (21:12 +0200)
commit96e243fd6edef36e30e0a88d98ba25b889668e1b
treec23e340ff887c6f1ed51a875099e02cca85a3197
parent2205cab612517de358bb89d1249efc2dfe5eba74
parent9d547ebb396c21642bf0bb181d2d8b28cb8013c6
Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc

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.
arch/powerpc/kvm/book3s_64_mmu_hv.c
arch/powerpc/kvm/book3s_64_mmu_radix.c