mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
The virtual block device module used to hand over the wrong VBA as parameter "rekeying VBA" to the Free Tree when allocating PBAs for data access during rekeying. In certain constellations, this caused the Free Tree to alloc PBAs that were still in use. The Free Tree PBA selection algorithm, however, is just fine. When fixing the call parameter, it works as desired. This re-enables the async rekeying test. Ref #5075
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.