]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
binder: log transaction code on failure
authorCarlos Llamas <cmllamas@google.com>
Fri, 10 Jan 2025 17:50:50 +0000 (17:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2025 05:18:47 +0000 (06:18 +0100)
commit48dc1c3608befa1ede8465805ca5cbc2ddf5df8a
tree92824578455ac87e510e5584e3584286b4ba2072
parentbe887fcad3f18031232eabcb398d009a3fc3ef61
binder: log transaction code on failure

When a transaction fails, log the 'tr->code' to help indentify the
problematic userspace call path. This additional information will
simplify debugging efforts.

Cc: Steven Moreland <smoreland@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250110175051.2656975-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c