]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/android/binder.c
binder: protect proc->nodes with inner lock
authorTodd Kjos <tkjos@android.com>
Thu, 29 Jun 2017 19:02:04 +0000 (12:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:48:24 +0000 (14:48 +0200)
commitda0fa9e4e8c5aac7cafa6cbb14d908ab8bbffd2f
tree4e2e3d577b8598a206dab40434bca7f14ce5a8e8
parent673068eee8560d57e0b37bbb52157811b7f5b563
binder: protect proc->nodes with inner lock

When locks for binder_ref handling are added, proc->nodes
will need to be modified while holding the outer lock

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