Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvm: Serialize wq active checks in kvm_vcpu_wake_up()
This is a generic call and can be suceptible to races in reading the wq task_list while another task is adding itself to the list. Add a full barrier by using the swq_has_sleeper() helper. Signed-off-by: Davidlohr Bueso <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information