]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c6e7dcf6f3fff6159ecfd25da2ea5337485fdcd
tree5502cb6c5e5c18dc1d2e02eb1e1308a876c940ad
parentb79ce80e517ce547b9a6ee223ea9af5a3116140c
parentaf8c96cf2b6377e66d30ba5e1301d414270427e5
Merge tag 'kvm-ppc-fixes-4.19-2' of git://git.kernel.org/pub/scm/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.