-
Paolo Bonzini authored
address_space_write is calling address_space_to_flatview but it can be called outside the RCU lock. To fix it, push the rcu_read_lock/unlock pair up from flatview_write to address_space_write. Reviewed-by:
Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>Paolo Bonzini authoredaddress_space_write is calling address_space_to_flatview but it can be called outside the RCU lock. To fix it, push the rcu_read_lock/unlock pair up from flatview_write to address_space_write. Reviewed-by:
Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Loading