Re: [RFC PATCH 19/19] drivers: android: Binder IPC in Rust
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-12-06 16:00:22
Also in:
linux-kbuild, lkml, rust-for-linux
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-12-06 16:00:22
Also in:
linux-kbuild, lkml, rust-for-linux
On Mon, Dec 06, 2021 at 03:03:13PM +0100, Miguel Ojeda wrote:
From: Wedson Almeida Filho <redacted> 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