mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-21 01:37:42 +00:00
This patch addresses a corner case revealed by the resource_request test on seL4 after changing the child-destruction handling with commit "base: close PD on 'close_all_sessions'". During the destruction of the PD session, the backing store (session-local RAM dataspace factory) of the signal broker's slab was destroyed before destructing the signal broker. Instantiating the signal broker after the RAM dataspace factory fixes the destruction order.
This directory contains all source codes.