commit | a8387d0b471f7c8d4d936af0d6dc44dff5c41c6c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 29 05:42:55 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 01 04:26:05 2020 -0400 |
tree | 32c5927976e9b8a29ea2337d81a27cfbf3cf2a17 | |
parent | cc440cdad5b7a4c1de12dace725209eb3e0cf663 [diff] |
Revert "KVM: No need to retry for hva_to_pfn_remapped()" This reverts commit 5b494aea13fe9ec67365510c0d75835428cbb303. 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 <peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>