ANDROID: binder: Add BINDER_GET_NODE_DEBUG_INFO ioctl
authorColin Cross <ccross@android.com>
Thu, 31 Aug 2017 08:04:24 +0000 (10:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Sep 2017 07:21:12 +0000 (09:21 +0200)
commitabcc61537e3566cae7f1fd225f2dcb82b3595fe3
tree42bb776af8185321b11aadbc201838347c16d143
parent408c68b17aea2f23236cdb49b6c060e0ded846ed
ANDROID: binder: 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.

Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Martijn Coenen <maco@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c
include/uapi/linux/android/binder.h