Re: [PATCH v4 0/2] Change Rust Binder crate name to rust_binder
From: Miguel Ojeda
Date: Fri Apr 03 2026 - 06:08:25 EST
On Thu, Apr 2, 2026 at 12:55 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> Currently the crate name of the Rust Binder driver is rust_binder_main,
> but I'd like it to be called rust_binder instead, matching the .ko file.
> This affects e.g. symbol names in stack traces.
>
> Thus, allow use of the #![crate_name] annotation, and set it for Rust
> Binder.
Applied to `rust-next` -- thanks everyone!
[ Applied Python type hints. - Miguel ]
Cheers,
Miguel