Commit 1769f90
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: [email protected]
Cc: Steven Moreland <[email protected]>
Fixes: a15dac8 ("binder: additional transaction error logs")
Signed-off-by: Carlos Llamas <[email protected]>
Reviewed-by: Alice Ryhl <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>1 parent d047248 commit 1769f90
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3824 | 3824 | | |
3825 | 3825 | | |
3826 | 3826 | | |
3827 | | - | |
3828 | | - | |
| 3827 | + | |
| 3828 | + | |
| 3829 | + | |
3829 | 3830 | | |
3830 | 3831 | | |
3831 | 3832 | | |
| |||
0 commit comments