Marcelo Tosatti wrote:
> init_rmode_tss was forgotten during the conversion from mmap_sem to
> slots_lock.
>
>   

Applied, thanks.

> There are several sites reading the slots data without taking           
> slots_lock, including tdp_page_fault. I'll be sending a patch 
> to move acquision to vcpu_run as suggested by Avi later today.
>   

You'll need to acquire it for KVM_SET_MSRS (since that can trigger a 
write, if writing to the clock base).

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to