Skip to content
Commit 8b14cb99 authored by Zachary Amsden's avatar Zachary Amsden Committed by Linus Torvalds
Browse files

Fix lazy mode vmalloc synchronization for paravirt



Touching vmalloc memory in the middle of a lazy mode update can generate
a kernel PDE update, which must be flushed immediately.  The fix is to
leave lazy mode when doing a vmalloc sync.

Signed-off-by: default avatarZachary Amsden <zach@vmware.com>
Acked-by: default avatarJeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cb00e99c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment