Re: [PATCH v4 0/3] Additional improvements for dma coherent allocator
From: Danilo Krummrich
Date: Mon Jun 23 2025 - 11:43:15 EST
On Mon, Jun 02, 2025 at 11:53:10AM +0300, Abdiel Janulgue wrote:
Applied to alloc-next, thanks!
> Abdiel Janulgue (3):
> rust: dma: clarify wording and be consistent in `coherent`
> nomenclature
> rust: dma: convert the read/write macros to return Result
[ Fix line length in dma_read!(). - Danilo ]
> rust: dma: add as_slice/write functions for CoherentAllocation
[ Fix line length and slightly reword safety comment in doc-test of
CoherentAllocation::write(); fix formatting issue. - Danilo ]