Re: [PATCH v11 2/3] rust: add dma coherent allocator abstraction.
From: Daniel Almeida
Date: Thu Jan 23 2025 - 17:56:02 EST
> On 23 Jan 2025, at 11:44, Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Thu, Jan 23, 2025 at 2:38 PM Abdiel Janulgue
> <abdiel.janulgue@xxxxxxxxx> wrote:
>>
>> Miguel, what do you think? Would it be possible just include this change
>> and the one below locally if you think this series is ready for merging?
>
> Sure -- there is more than a week until the merge window closes and so
> on, so we will see if there is more feedback and Acks by then.
>
> Cheers,
> Miguel
>
Note: since an unsafe `as_slice()` function was added (on Boqun’s request IIUC) then
an unsafe `as_slice_mut()` should be added too.
I discussed this with Abdiel earlier.
— Daniel