OSDN Git Service

Merge tag 'kvm-ppc-fixes-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Sep 2018 13:13:00 +0000 (15:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Sep 2018 13:13:00 +0000 (15:13 +0200)
commit1795f81f6167bd57b37459789f1f05ab61ace896
tree5502cb6c5e5c18dc1d2e02eb1e1308a876c940ad
parentcb5fb87a2fbee188fac605e0ebff8c35efdbaf3d
parent71d29f43b6332badc5598c656616a62575e83342
Merge tag 'kvm-ppc-fixes-4.19-2' of git://git./linux/kernel/git/paulus/powerpc into HEAD

Second set of PPC KVM fixes for 4.19

Two fixes for KVM on POWER machines.  Both of these relate to memory
corruption and host crashes seen when transparent huge pages are
enabled.  The first fixes a host crash that can occur when a DMA
mapping is removed by the guest and the page mapped was part of a
transparent huge page; the second fixes corruption that could occur
when a hypervisor page fault for a radix guest is being serviced at
the same time that the backing page is being collapsed or split.