Add BINDER_GET_NODE_DEBUG_INFO ioctl
authorColin Cross <ccross@android.com>
Tue, 20 Jun 2017 20:54:44 +0000 (13:54 -0700)
committerDanny Wood <danwood76@gmail.com>
Tue, 26 Feb 2019 16:34:26 +0000 (16:34 +0000)
commit66266ad30a020f49475d7a0577a170a8766863a0
treee55424bc4e2febaebb0f81d70809e1da81bc210c
parent21dfe3ebac46ec1620de714804a0f67e9b050508
Add BINDER_GET_NODE_DEBUG_INFO ioctl

The BINDER_GET_NODE_DEBUG_INFO ioctl will return debug info on
a node.  Each successive call reusing the previous return value
will return the next node.  The data will be used by
libmemunreachable to mark the pointers with kernel references
as reachable.

Bug: 28275695
Change-Id: Idbbafa648a33822dc023862cd92b51a595cf7c1c
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Martijn Coenen <maco@android.com>
drivers/android/binder.c
include/uapi/linux/android/binder.h