Skip to content
Commit bbeb3406 authored by Huang Ying's avatar Huang Ying Committed by Avi Kivity
Browse files

KVM: Fix a race condition for usage of is_hwpoison_address()



is_hwpoison_address accesses the page table, so the caller must hold
current->mm->mmap_sem in read mode. So fix its usage in hva_to_pfn of
kvm accordingly.

Comment is_hwpoison_address to remind other users.

Reported-by: default avatarAvi Kivity <avi@redhat.com>
Signed-off-by: default avatarHuang Ying <ying.huang@intel.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 6c3f6041
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment