-
Paolo Bonzini authored
address_space_map is calling address_space_to_flatview but it can be called outside the RCU lock. The function itself is calling rcu_read_lock/rcu_read_unlock, just in the wrong place, so the fix is easy. Reviewed-by:
Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>Paolo Bonzini authoredaddress_space_map is calling address_space_to_flatview but it can be called outside the RCU lock. The function itself is calling rcu_read_lock/rcu_read_unlock, just in the wrong place, so the fix is easy. Reviewed-by:
Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Loading