Re: [RFC PATCH 19/19] drivers: android: Binder IPC in Rust

From: Greg Kroah-Hartman
Date: Mon Dec 06 2021 - 11:00:21 EST


On Mon, Dec 06, 2021 at 03:03:13PM +0100, Miguel Ojeda wrote:
> From: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx>
>
> A port to Rust of the Android Binder IPC mechanism.
>
> This module is a work in progress and will be sent for review later
> on, as well as separately from the Rust support.
>
> However, it is included to show how an actual working module
> written in Rust may look like.

Have you all tested this against the userspace binder tests? And is it
up to date with the features of the in-kernel binder driver?

thanks,

greg k-h