[PATCH v3 0/4] Rust netlink support + use in Rust Binder

Alice Ryhl posted 4 patches 2 months ago
There is a newer version of this series
drivers/android/Kconfig                    |   2 +-
drivers/android/binder/netlink.rs          | 113 ++++++++++
drivers/android/binder/rust_binder_main.rs |   8 +-
drivers/android/binder/thread.rs           |  10 +
drivers/android/binder/transaction.rs      |  40 ++++
rust/bindings/bindings_helper.h            |   3 +
rust/helpers/genetlink.c                   |  46 ++++
rust/helpers/helpers.c                     |   1 +
rust/kernel/lib.rs                         |   1 +
rust/kernel/netlink.rs                     | 329 +++++++++++++++++++++++++++++
rust/uapi/uapi_helper.h                    |   1 +
tools/net/ynl/pyynl/ynl_gen_c.py           | 139 +++++++++++-
tools/net/ynl/ynl-regen.sh                 |   2 +-
13 files changed, 690 insertions(+), 5 deletions(-)
Re: [PATCH v3 0/4] Rust netlink support + use in Rust Binder
Posted by Jakub Kicinski 2 months ago
On Wed, 15 Apr 2026 09:37:50 +0000 Alice Ryhl wrote:
> The C Binder driver exposes messages over netlink when transactions
> fail, so that a userpace daemon can respond to processes with many
> failing transactions.

net-next is closed for the duration of the merge window, so that 
people can take a mental break and increasingly catch up on all 
the accumulated CI/AI backed work. Please come back in 2 weeks.