Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "KVM: No need to retry for hva_to_pfn_remapped()"
This reverts commit 5b494ae. If unlocked==true then the vma pointer could be invalidated, so the 2nd follow_pfn() is potentially racy: we do need to get out and redo find_vma_intersection(). Signed-off-by: Peter Xu <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information