genode/base/src/core
Alexander Boettcher 4ece3b3c77 Deadlock fix in rm_session on NOVA platform
Rm_client is derived from Pager_object. If the Pager_object is also
derived from Thread_base (which is the case for NOVA) then the
Rm_client object must be destructed without holding the rm_session_object
lock. The native platform specific Thread_base implementation has to take
care that all in-flight page handling requests are finished before
destruction. On NOVA it is done by doing an IPC to the pager thread.
(performed in Pager_object::dissolve() in base-nova). The
called thread than executes its operation until end which also requires
in some cases to take the rm_session_object lock.

Since _client_slab insertion/deletion also must be performed
synchronized but can't be protected by the rm_session_object lock
because of the described dead_lock situation, we have
to use a synchronized allocator object to perform insertion and
deletion of Rm_clients.
2012-07-04 14:56:47 +02:00
..
arm Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
include Deadlock fix in rm_session on NOVA platform 2012-07-04 14:56:47 +02:00
x86 Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
context_area.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
core_mem_alloc.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
cpu_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
dataspace_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
dump_alloc.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
io_mem_session_component.cc Io_mem_session, fix #128 2012-02-26 13:36:43 +01:00
main.cc Use NOVA microkernel from github, add 64bit 2012-06-20 19:44:07 +02:00
mb_info.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
multiboot_info.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
pd_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
ram_session_component.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
rm_session_component.cc Deadlock fix in rm_session on NOVA platform 2012-07-04 14:56:47 +02:00
rom_session_component.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
signal_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
signal_source_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00