Re: [PATCH 0/4] Rust netlink support + use in Rust Binder
From: Jakub Kicinski
Date: Sat Mar 07 2026 - 13:42:28 EST
On Fri, 06 Mar 2026 15:12:12 +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.
Ugh, now I regret letting binder use Netlink. Should have seen this
coming :/
> This patch series adds netlink support from Rust, then implements an
> equivalent API in Rust Binder.
>
> As Binder only uses broadcast messages, I did not add support for other
> kinds of messages.
Please no duplication of existing code in Rust.