commit | 7bd7b0e639afb847a14ca994795fb5c64d2a7bf4 | [log] [tgz] |
---|---|---|
author | Todd Kjos <tkjos@android.com> | Thu Jun 29 12:02:05 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 17 14:48:24 2017 +0200 |
tree | 8ade32adac8e0ea10bc9731959c720cfeec64d81 | |
parent | da0fa9e4e8c5aac7cafa6cbb14d908ab8bbffd2f [diff] |
binder: protect proc->threads with inner_lock proc->threads will need to be accessed with higher locks of other processes held so use proc->inner_lock to protect it. proc->tmp_ref now needs to be protected by proc->inner_lock. Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>