Revision df04d1f16ae58a4eee0f64476667f2fd6c1d6d30 authored by Paolo Bonzini on 05 March 2018, 08:23:56 UTC, committed by Michael Roth on 21 June 2018, 01:44:59 UTC
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>
(cherry picked from commit 4c6ebbb364aa6f42c5d8e83e932e967eb83f0e44)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
1 parent ac25a32
History
File Mode Size
aarch64
arm
i386
mips
ppc
s390
sparc
tci
LICENSE -rw-r--r-- 146 bytes
README -rw-r--r-- 19.3 KB
TODO -rw-r--r-- 394 bytes
optimize.c -rw-r--r-- 46.9 KB
tcg-common.c -rw-r--r-- 1.5 KB
tcg-ldst.inc.c -rw-r--r-- 2.9 KB
tcg-mo.h -rw-r--r-- 2.0 KB
tcg-op.c -rw-r--r-- 91.9 KB
tcg-op.h -rw-r--r-- 42.7 KB
tcg-opc.h -rw-r--r-- 8.6 KB
tcg-pool.inc.c -rw-r--r-- 2.7 KB
tcg.c -rw-r--r-- 113.7 KB
tcg.h -rw-r--r-- 42.8 KB
tci.c -rw-r--r-- 38.7 KB

README

back to top