Re: [PATCH 0/4] Rust netlink support + use in Rust Binder
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-03-07 21:59:43
Also in:
lkml, rust-for-linux
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-03-07 21:59:43
Also in:
lkml, rust-for-linux
On Sat, 7 Mar 2026 21:19:06 +0000 Alice Ryhl wrote:
On Sat, Mar 07, 2026 at 10:41:31AM -0800, Jakub Kicinski wrote:quoted
On Fri, 06 Mar 2026 15:12:12 +0000 Alice Ryhl wrote:quoted
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 :/To be honest, I'm not entirely happy with what Binder is using netlink for either, but it is what it is.
If we're both not happy let's take this opportunity to find a better solution?