genode/repos/os/src
Martin Stein 4630c4b9ff nic_router: fix domain invalidation during init
Previously we were doing the initialization once over all domains,
remembered which of them became invalid and destroyed those afterwards.
This isn't sufficient. As soon as one domain becomes invalid we have to
dissolve/destroy this one, deinitialize all other domains again (as they
could contain references to the invalid domain) and retry to initialize
them from the beginning. We proceed with this until we have one run
without a domain becoming invalid. Then we can be sure that the last
initialization run did not create references to any invalid domain.

Issue #2840
2018-06-12 12:11:45 +02:00
..
app init: support dynamic cap-quota adjustment 2018-06-12 12:11:42 +02:00
drivers platform_drv: disable PCI DMA class specific 2018-06-12 12:11:40 +02:00
init init: support dynamic cap-quota adjustment 2018-06-12 12:11:42 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
server nic_router: fix domain invalidation during init 2018-06-12 12:11:45 +02:00
test Fs_rom: send signals on file removal 2018-05-31 12:28:12 +02:00