commit | ab51ec6bdf0b7afc087470a62f273ad35f6ee506 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu Jun 29 12:02:10 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 17 14:48:24 2017 +0200 |
tree | ab9156434c7d017f96ef45722b57aed382fddba1 | |
parent | 5f2f63696c552081bc90fb0ef80c94def33ba421 [diff] |
binder: fix death race conditions A race existed where one thread could register a death notification for a node, while another thread was cleaning up that node and sending out death notifications for its references, causing simultaneous access to ref->death because different locks were held. Signed-off-by: Martijn Coenen <maco@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>