commit | bb74562a7f8398231be20a5c9d36225301a9be31 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@android.com> | Thu Aug 31 10:04:28 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 01 09:22:50 2017 +0200 |
tree | 9a7aa97bc73f96d5a72cd286d9a47905dbe1d8f1 | |
parent | 858b2719686ddd0ab5fc77479a46d16f90e6b7da [diff] |
ANDROID: binder: don't enqueue death notifications to thread todo. This allows userspace to request death notifications without having to worry about getting an immediate callback on the same thread; one scenario where this would be problematic is if the death recipient handler grabs a lock that was already taken earlier (eg as part of a nested transaction). Signed-off-by: Martijn Coenen <maco@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>