FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.
authorMartijn Coenen <maco@android.com>
Sat, 25 Aug 2018 20:50:56 +0000 (13:50 -0700)
committerDanny Wood <danwood76@gmail.com>
Fri, 8 Nov 2019 12:03:13 +0000 (12:03 +0000)
commit96f6005989cd3f98c04a75ea2eb46fb5225da694
treeec989fcb9dc7aa1875edcd0c3cc7c560f3c18720
parenta987b61f630d8b93a4a91317364954b520456753
FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.

This allows the context manager to retrieve information about nodes
that it holds a reference to, such as the current number of
references to those nodes.

Such information can for example be used to determine whether the
servicemanager is the only process holding a reference to a node.
This information can then be passed on to the process holding the
node, which can in turn decide whether it wants to shut down to
reduce resource usage.

Signed-off-by: Martijn Coenen <maco@android.com>
Change-Id: I2fa9b6e2b1d1d6c84fca954125c3ec776dc2c04f
drivers/android/binder.c
include/uapi/linux/android/binder.h