mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
DMA buffer allocations are always performed as full pages. However, they got mapped into the IOMMU domain using the requested size, which may not be a multiple of the page size. This behaviour was introduced as a regression by #4761 and is corrected by this commit. genodelabs/genode#5002
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.