Re: [PATCH 4/4] rust_binder: report netlink transactions
From: Alice Ryhl <aliceryhl@google.com>
Date: 2026-03-07 21:19:46
Also in:
lkml, rust-for-linux
From: Alice Ryhl <aliceryhl@google.com>
Date: 2026-03-07 21:19:46
Also in:
lkml, rust-for-linux
On Sat, Mar 07, 2026 at 05:56:45PM +0100, Andrew Lunn wrote:
On Fri, Mar 06, 2026 at 03:12:16PM +0000, Alice Ryhl wrote:quoted
From: Carlos Llamas <cmllamas@google.com> The Android Binder driver supports a netlink API that reports transaction *failures* to a userapce daemon. This allows devices to monitor processes with many failed transactions so that it can e.g. kill misbehaving apps. One very important thing that this monitors is when many oneway messages are sent to a frozen process, so there is special handling to ensure this scenario is surfaced over netlink. Signed-off-by: Carlos Llamas <cmllamas@google.com>Hi Alice Since you are submitting this it needs your Signed-off-by as well.
Oh I forgot to update this, thanks for reminding me! Alice