Re: [PATCH v3 4/6] rust: sync: replace `kernel::c_str!` with C-Strings
From: Miguel Ojeda
Date: Sun Nov 16 2025 - 18:53:13 EST
On Mon, Nov 17, 2025 at 12:09 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> This requires the next commit plus it needs callers of `new_spinlock!`
> in Binder to be fixed at the same time.
Actually, do we even want callers to have to specify `c`?
For instance, in the `module!` macro we originally had `b`, and
removed it for simplicity of callers:
b13c9880f909 ("rust: macros: take string literals in `module!`")
Cheers,
Miguel