Revision a835429cda91621fca915d80672a157b47738afb authored by Sean Christopherson on 25 March 2021, 20:01:17 UTC, committed by Paolo Bonzini on 30 March 2021, 17:19:55 UTC
When flushing a range of GFNs across multiple roots, ensure any pending
flush from a previous root is honored before yielding while walking the
tables of the current root.

Note, kvm_tdp_mmu_zap_gfn_range() now intentionally overwrites its local
"flush" with the result to avoid redundant flushes.  zap_gfn_range()
preserves and return the incoming "flush", unless of course the flush was
performed prior to yielding and no new flush was triggered.

Fixes: 1af4a96025b3 ("KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed")
Cc: stable@vger.kernel.org
Reviewed-by: Ben Gardon <bgardon@google.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210325200119.1359384-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 1e28eed
History
File Mode Size
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 312 bytes
acl.c -rw-r--r-- 2.4 KB
control.c -rw-r--r-- 8.9 KB
cuse.c -rw-r--r-- 15.8 KB
dax.c -rw-r--r-- 35.2 KB
dev.c -rw-r--r-- 51.7 KB
dir.c -rw-r--r-- 47.6 KB
file.c -rw-r--r-- 85.9 KB
fuse_i.h -rw-r--r-- 29.5 KB
inode.c -rw-r--r-- 40.8 KB
readdir.c -rw-r--r-- 13.6 KB
virtio_fs.c -rw-r--r-- 36.6 KB
xattr.c -rw-r--r-- 6.1 KB

back to top