]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MMU: Make cmpxchg_gpte aware of nesting too
authorRoedel, Joerg <Joerg.Roedel@amd.com>
Wed, 20 Apr 2011 13:33:16 +0000 (15:33 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:39:26 +0000 (08:39 -0400)
commit14f8392b636b7deb2f7298af395f3549c59ea556
treeca0c7ec1e95aa3b6087ae0191a19fa1e0d4ca6b0
parent9f06a00c1d89e868eef227d2bbe487d97230ee5b
KVM: MMU: Make cmpxchg_gpte aware of nesting too

This patch makes the cmpxchg_gpte() function aware of the
difference between l1-gfns and l2-gfns when nested
virtualization is in use.  This fixes a potential
data-corruption problem in the l1-guest and makes the code
work correct (at least as correct as the hardware which is
emulated in this code) again.

Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/paging_tmpl.h