mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
KVM: MMU: Fix torn shadow pte
The shadow code assigns a pte directly in one place, which is nonatomic on i386 can can cause random memory references. Fix by using an atomic setter. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
18b13e5457
commit
cd5998ebfb
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue