Re: [PATCH v2] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
From: Miguel Ojeda
Date: Sat Apr 12 2025 - 10:06:13 EST
On Sat, Apr 12, 2025 at 2:35 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> Typically, firmware patches go through driver-core, but if you like I'm fine
> with you taking it through the Rust tree.
>
> Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>
Happy either way! If someone else takes it:
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> Just note that before v6.13, core::ffi is required, since kernel::ffi does not
> exist. The firmware abstractions were introduced with v6.11.
It exists nowadays in 6.12.y (I backported it with the big `alloc`
backport series).
Cheers,
Miguel