Re: [PATCH v15 00/11] rust: add dma coherent allocator abstraction

From: Miguel Ojeda
Date: Thu Mar 20 2025 - 19:22:46 EST


On Mon, Mar 17, 2025 at 7:54 PM Abdiel Janulgue
<abdiel.janulgue@xxxxxxxxx> wrote:
>
> This series adds the rust bindings for the dma coherent allocator which
> is needed for nova-core[0].
>
> For v15, document safety comments on the exception of usage on
> read_volatile and write_volatile as suggested by Boqun Feng.
>
> This is tested on a Nvidia GA104 GPU device using PoC code which parses
> and loads the GSP firmware via DMA.

Applied (up to the `MAINTAINERS` patch, as discussed) to `rust-next`
-- thanks everyone!

[ Removed period. - Miguel ]

[ Renamed Kconfig symbol and moved it up. Migrated to the new
`authors` key in `module!`. Fixed module name in description
and typo in commit message. - Miguel ]

Cheers,
Miguel