Re: [PATCH v2] rust : Update the bios_limit_callback to use the C FFI types #1170
From: Miguel Ojeda
Date: Thu Jun 12 2025 - 07:56:00 EST
On Thu, Jun 12, 2025 at 12:42 PM Abhinav Ananthu <abhinav.ogl@xxxxxxxxx> wrote:
>
> This change ensures the Rust function signature exactly matches its expected
> C counterpart, avoiding potential issues with type mismatches in the FFI
> boundary.
I think this is more of a cleanup, since the types will be the same
anyway, which is why I suggested using "Suggested-by" and "Link"
instead:
Suggested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Link: https://github.com/Rust-for-Linux/linux/issues/1170
The title is still not correct (misses "cpufreq: ") and it is very
rare to have issue IDs in the title ("#1170").
But there is no need to send a new version just for this -- the
maintainers may want to fix it on apply, so please wait to see what
they say.
Thanks!
Cheers,
Miguel