Re: [PATCH v4 2/2] rust_binder: override crate name to rust_binder

From: Greg Kroah-Hartman

Date: Thu Apr 02 2026 - 07:11:13 EST


On Thu, Apr 02, 2026 at 10:55:34AM +0000, Alice Ryhl wrote:
> The Rust Binder object file is called rust_binder_main.o because the
> name rust_binder.o is used for the result of linking together
> rust_binder_main.o with rust_binderfs.o and a few others.
>
> However, the crate name is supposed to be rust_binder without a _main
> suffix. Thus, override the crate name accordingly.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
> ---
> drivers/android/binder/rust_binder_main.rs | 2 ++
> 1 file changed, 2 insertions(+)

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>