]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
binder: fix BR_FROZEN_REPLY error log
authorCarlos Llamas <cmllamas@google.com>
Fri, 23 Jan 2026 17:57:02 +0000 (17:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Jan 2026 15:30:07 +0000 (16:30 +0100)
commit1769f90e5ba2a6d24bb46b85da33fe861c68f005
tree85b1e0af61c79934d63b0ec8fd1383252f3aef14
parentd047248190d86a52164656d47bec9bfba61dc71e
binder: fix BR_FROZEN_REPLY error log

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@kernel.org
Cc: Steven Moreland <smoreland@google.com>
Fixes: a15dac8b2286 ("binder: additional transaction error logs")
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260123175702.2154348-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c