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
Makefile.objs -rw-r--r-- 716 bytes
alsaaudio.c -rw-r--r-- 31.5 KB
audio.c -rw-r--r-- 51.0 KB
audio.h -rw-r--r-- 5.1 KB
audio_int.h -rw-r--r-- 6.7 KB
audio_pt_int.c -rw-r--r-- 3.9 KB
audio_pt_int.h -rw-r--r-- 686 bytes
audio_template.h -rw-r--r-- 11.9 KB
audio_win_int.c -rw-r--r-- 2.3 KB
audio_win_int.h -rw-r--r-- 308 bytes
coreaudio.c -rw-r--r-- 20.9 KB
dsound_template.h -rw-r--r-- 6.9 KB
dsoundaudio.c -rw-r--r-- 22.0 KB
mixeng.c -rw-r--r-- 9.9 KB
mixeng.h -rw-r--r-- 2.2 KB
mixeng_template.h -rw-r--r-- 3.9 KB
noaudio.c -rw-r--r-- 4.7 KB
ossaudio.c -rw-r--r-- 23.8 KB
paaudio.c -rw-r--r-- 23.6 KB
rate_template.h -rw-r--r-- 3.4 KB
sdlaudio.c -rw-r--r-- 11.4 KB
spiceaudio.c -rw-r--r-- 11.2 KB
trace-events -rw-r--r-- 830 bytes
wavaudio.c -rw-r--r-- 8.0 KB
wavcapture.c -rw-r--r-- 5.1 KB

back to top