Re: [PATCH] binder: fix BR_FROZEN_REPLY error log

From: Alice Ryhl

Date: Mon Jan 26 2026 - 04:17:37 EST


On Fri, Jan 23, 2026 at 05:57:02PM +0000, Carlos Llamas wrote:
> The error logging for failed transactions is misleading as it always
> reports "dead process or thread" even when the target is actually
> frozen. Additionally, the pid and tid are reversed which can further
> confuse debugging efforts. Fix both issues.
>
> Cc: stable@xxxxxxxxxx
> Cc: Steven Moreland <smoreland@xxxxxxxxxx>
> Fixes: a15dac8b2286 ("binder: additional transaction error logs")
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>