[PATCH v2 0/5] binder: extended error and logging enhancements

Carlos Llamas posted 5 patches 4 years, 1 month ago
drivers/android/binder.c                      | 153 ++++++++++++++++--
drivers/android/binder_internal.h             |   3 +
drivers/android/binderfs.c                    |   8 +
include/uapi/linux/android/binder.h           |  16 ++
.../filesystems/binderfs/binderfs_test.c      |   1 +
5 files changed, 165 insertions(+), 16 deletions(-)
[PATCH v2 0/5] binder: extended error and logging enhancements
Posted by Carlos Llamas 4 years, 1 month ago
This is a followup from [1], in which a split of commits was suggested
by Greg. Additionally, the following changes were removed and not
included in this v2 version:

  - dropped the binder_transaction_log_entry->strerr[] logic
  - dropped the binder_transaction_error() do-it-all function
  - dropped the re-work of current binder_user_error() messages

[1] https://lore.kernel.org/r/20220421042040.759068-1-cmllamas@google.com/

Carlos Llamas (5):
  binder: add failed transaction logging info
  binder: add BINDER_GET_EXTENDED_ERROR ioctl
  binderfs: add extended_error feature entry
  binder: convert logging macros into functions
  binder: additional transaction error logs

 drivers/android/binder.c                      | 153 ++++++++++++++++--
 drivers/android/binder_internal.h             |   3 +
 drivers/android/binderfs.c                    |   8 +
 include/uapi/linux/android/binder.h           |  16 ++
 .../filesystems/binderfs/binderfs_test.c      |   1 +
 5 files changed, 165 insertions(+), 16 deletions(-)


base-commit: 8013d1d3d2e33236dee13a133fba49ad55045e79
-- 
2.36.0.464.gb9c8b46e94-goog