commit | abcc61537e3566cae7f1fd225f2dcb82b3595fe3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Aug 31 10:04:24 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 01 09:21:12 2017 +0200 |
tree | 42bb776af8185321b11aadbc201838347c16d143 | |
parent | 408c68b17aea2f23236cdb49b6c060e0ded846ed [diff] |
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>