Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.

From: Abdiel Janulgue
Date: Fri Jan 10 2025 - 03:07:13 EST



On 09/01/2025 13:32, Miguel Ojeda wrote:

Note that in mainline, `ffi` (the crate) still redirects to
`core::ffi`, since we split the change in 2 kernel cycles to make it
easier to migrate. But in `rust-next`, `ffi` (the crate) already uses
the new mapping.

The idea is that you can already use `ffi` (the crate) -- so please use that.

I hope that helps!

Cheers,
Miguel

Thanks, sticking to ffi::c_ulong does indeed fix this.

Regards,
Abdiel