genode/repos/os/src/server
Stefan Kalkowski 0f05fa6fd4 base: resolve dead lock in weak pointer templates
This commit eliminates the mutual interlaced taking of destruction lock,
list lock and weak pointer locks that could lead to a dead-lock situation
when a lock pointer was tried to construct while a weak object is in
destruction progress.
Now, all weak pointers are invalidated and dequeued at the very
beginning of the weak object's destruction. Moreover, before a weak pointer
gets invalidated during destruction of a weak object, it gets dequeued, and
the list lock is freed again to avoid the former dead-lock.

Fix #1607
2015-07-21 09:30:04 +02:00
..
blk_cache blk_cache: don't try to sync 'zero' chunks 2014-09-11 10:23:38 +02:00
dynamic_rom dynamic_rom: fix returned condition 2015-06-22 14:43:34 +02:00
fs_rom unify file system utilities to os/include/file_system 2015-06-22 14:43:36 +02:00
input_merger input_merger: fix compiler warning 2015-05-26 09:39:51 +02:00
iso9660 iso9660: remove on-demand paging 2014-10-10 13:02:31 +02:00
loader base: make PD session upgradeable 2015-05-26 09:40:02 +02:00
log_report Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
log_terminal Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
lx_fs file system servers must not use null tx buffers 2015-05-26 09:40:04 +02:00
mixer Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
nic_bridge nic session: link-state change handling 2015-03-27 11:53:13 +01:00
nic_loopback Replace Nic driver interface by customizable component 2015-07-01 14:46:16 +02:00
nit_fb nitpicker: forward touch events 2015-03-19 08:57:19 +01:00
nitpicker base: resolve dead lock in weak pointer templates 2015-07-21 09:30:04 +02:00
part_blk Add nullptr error handling in part_blk, fix #1586 2015-06-22 14:43:37 +02:00
ram_blk ram_blk: remove superfluous block_number check 2014-06-06 14:54:08 +02:00
ram_fs ram_fs: writes to files should return length 2015-05-28 11:23:18 +02:00
report_rom report_rom: clear stale content 2015-06-22 14:43:37 +02:00
rom_blk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rom_prefetcher rom_prefetcher: Yield CPU after each request 2015-01-26 12:28:41 +01:00
tar_fs unify file system utilities to os/include/file_system 2015-06-22 14:43:36 +02:00
tar_rom base: use reference for ascii_to output argument 2015-04-17 16:13:19 +02:00
terminal_crosslink os: Move Ring_buffer to Genode namespace 2015-04-17 16:13:21 +02:00
terminal_log terminal_log: don't write null-termination to terminal 2014-08-22 16:16:39 +02:00
trace_fs unify file system utilities to os/include/file_system 2015-06-22 14:43:36 +02:00
tz_vmm tz_vmm: support USB-Armory board 2015-02-27 11:48:35 +01:00
vmm remove Versatile Express board (Fix #1611) 2015-07-07 19:48:06 +02:00