public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: PPC: Book3S HV: Bug fixes for 3.13
@ 2013-11-16  6:46 Paul Mackerras
  2013-11-16  6:46 ` [PATCH 1/4] KVM: PPC: Book3S HV: Fix physical address calculations Paul Mackerras
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Paul Mackerras @ 2013-11-16  6:46 UTC (permalink / raw)
  To: Alexander Graf; +Cc: kvm, kvm-ppc

This series fixes some nasty bugs that have recently been found in HV
KVM on PPC.  The series is against the 'queue' branch of the KVM tree.
I would like to see all of these go into 3.13.

The first patch fixes a regression that occurred when the transparent
huge page (THP) code for ppc was merged, in 3.11.  When we have a
memslot whose userspace address is not 16MB aligned, and we find a
16MB page in it due to THP when mapping a normal page to the guest, we
compute its physical address incorrectly.

The second and third patches fix host hangs that have been observed in
testing with large guests under load.  The fourth patch fixes another
locking problem that was found by lockdep when we were looking for the
reason for the hangs.

Paul.

 arch/powerpc/kvm/book3s_64_mmu_hv.c     | 12 +++++++++---
 arch/powerpc/kvm/book3s_hv.c            | 24 ++++++++++++++----------
 arch/powerpc/kvm/book3s_hv_rm_mmu.c     |  4 ++--
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 16 ++++++++++------
 4 files changed, 35 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-10  5:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16  6:46 [PATCH 0/4] KVM: PPC: Book3S HV: Bug fixes for 3.13 Paul Mackerras
2013-11-16  6:46 ` [PATCH 1/4] KVM: PPC: Book3S HV: Fix physical address calculations Paul Mackerras
2013-12-06 10:52   ` Alexey Kardashevskiy
2013-12-10  5:38     ` Paul Mackerras
2013-11-16  6:46 ` [PATCH 2/4] KVM: PPC: Book3S HV: Refine barriers in guest entry/exit Paul Mackerras
2013-11-16  6:46 ` [PATCH 3/4] KVM: PPC: Book3S HV: Make tbacct_lock irq-safe Paul Mackerras
2013-11-16  6:46 ` [PATCH 4/4] KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call Paul Mackerras
2013-11-18 21:42 ` [PATCH 0/4] KVM: PPC: Book3S HV: Bug fixes for 3.13 Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox