Re: [PATCH RFC 02/20] rust_binder: add binderfs support to Rust binder

From: Alice Ryhl
Date: Wed Nov 08 2023 - 05:42:25 EST


Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> writes:
> On Wed, Nov 01, 2023 at 06:01:32PM +0000, Alice Ryhl wrote:
>> +config ANDROID_BINDERFS_RUST
>> + bool "Android Binderfs filesystem in Rust"
>> + depends on ANDROID_BINDER_IPC_RUST
>> + default n
>
> Nit, the default is always 'n', so no need for this line.

Got it. I'll remove it.

> Also, it's the middle of the merge window, many of us are busy with
> other things and can't review new code until a few weeks from now,
> sorry.

That's fine. I had hoped to send it earlier to avoid this, but we wanted
performance numbers from real hardware instead of just from an emulator,
which delayed it.

Alice