public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] KVM: MMU: fix release pfn in mmu code
@ 2012-09-14  9:56 Xiao Guangrong
  2012-09-14  9:57 ` [PATCH v2 1/5] KVM: MMU: release noslot pfn on the fail path properly Xiao Guangrong
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Xiao Guangrong @ 2012-09-14  9:56 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Marcelo Tosatti, LKML, KVM

Release pfn in the mmu code is little special for we allow no-slot pfn
go to spte walk on page fault path, that means, on page fault fail path,
we can not directly call kvm_release_pfn_clean.

This patchset fixes the bug which release no-slot pfn on fail path and
clean up all the paths where kvm_release_pfn_clean is called


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

end of thread, other threads:[~2012-09-20 10:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14  9:56 [PATCH v2 0/5] KVM: MMU: fix release pfn in mmu code Xiao Guangrong
2012-09-14  9:57 ` [PATCH v2 1/5] KVM: MMU: release noslot pfn on the fail path properly Xiao Guangrong
2012-09-15 15:13   ` Marcelo Tosatti
2012-09-18  7:46     ` Xiao Guangrong
2012-09-14  9:57 ` [PATCH v2 2/5] KVM: MMU: do not release pfn in mmu_set_spte Xiao Guangrong
2012-09-14  9:58 ` [PATCH v2 3/5] KVM: MMU: cleanup FNAME(page_fault) Xiao Guangrong
2012-09-20 10:54   ` Avi Kivity
2012-09-14  9:59 ` [PATCH v2 4/5] KVM: MMU: introduce page_fault_start and page_fault_end Xiao Guangrong
2012-09-15 15:25   ` Marcelo Tosatti
2012-09-18  8:15     ` Xiao Guangrong
2012-09-18 23:43       ` Marcelo Tosatti
2012-09-20  2:59         ` Xiao Guangrong
2012-09-20 10:57   ` Avi Kivity
2012-09-14  9:59 ` [PATCH v2 5/5] KVM: MMU: introduce FNAME(prefetch_gpte) Xiao Guangrong
2012-09-14 10:13   ` Xiao Guangrong
2012-09-15 15:31     ` Marcelo Tosatti
2012-09-18  8:26       ` Xiao Guangrong

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