android: binder: move global binder state into context struct.
authorMartijn Coenen <maco@google.com>
Fri, 30 Sep 2016 14:40:04 +0000 (16:40 +0200)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:42:16 +0000 (13:12 +0530)
commit2a4a4e058799a06b45025fc28842e2df8a011e7a
tree8434a9220938bb76c4d9b60914df078674ce420b
parent687c683aa63d21d39fe9f8e309d63c040569b1a5
android: binder: move global binder state into context struct.

This change moves all global binder state into
the context struct, thereby completely separating
the state and the locks between two different contexts.

The debugfs entries remain global, printing entries
from all contexts.

Change-Id: If8e3e2bece7bc6f974b66fbcf1d91d529ffa62f0
Signed-off-by: Martijn Coenen <maco@google.com>
drivers/android/binder.c