From: Takuya Yoshikawa Date: Fri, 10 Feb 2012 06:28:31 +0000 (+0900) Subject: KVM: mmu_notifier: Flush TLBs before releasing mmu_lock X-Git-Tag: v3.4-rc1~59^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=565f3be2174611f364405bbea2d86e153c2e7e78;p=pandora-kernel.git KVM: mmu_notifier: Flush TLBs before releasing mmu_lock Other threads may process the same page in that small window and skip TLB flush and then return before these functions do flush. Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed