binder: add protection for non-perf cases
authorTodd Kjos <tkjos@android.com>
Thu, 29 Jun 2017 19:01:43 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:47:29 +0000 (14:47 +0200)
commitc44b1231ff1170971c1f27fc33a8cc3188de99cb
tree596016811d0f20e3a0672795b8c8a0bb5847be2c
parent1cf29cf4295ad2dc2009b421702ba4197b85acfd
binder: add protection for non-perf cases

Add binder_dead_nodes_lock, binder_procs_lock, and
binder_context_mgr_node_lock to protect the associated global lists

Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c