summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorCarlos Llamas <cmllamas@google.com>2025-01-10 17:50:50 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-13 06:18:47 +0100
commit48dc1c3608befa1ede8465805ca5cbc2ddf5df8a (patch)
tree92824578455ac87e510e5584e3584286b4ba2072 /scripts/stackusage
parentbe887fcad3f18031232eabcb398d009a3fc3ef61 (diff)
downloadkernel-48dc1c3608befa1ede8465805ca5cbc2ddf5df8a.tar.gz
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>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
d=dc97391e661009eab46783030d2404c9b6e6f2e7'>sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells 2023-06-24rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells 2023-02-13rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello 2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello 2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski 2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye 2022-11-04rds: remove redundant variable total_payload_lenColin Ian King 2022-10-26net/rds: remove variable total_copiedColin Ian King 2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet 2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld 2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa 2022-09-19net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng 2022-08-31net/rds: Pass a pointer to virt_to_page()Linus Walleij 2022-08-12rds: add missing barrier to release_refillMikulas Patocka 2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro 2022-08-01net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong 2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe 2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa 2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa 2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe 2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua 2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski 2021-11-22rds: Fix a typo in a commentChristophe JAILLET