commit | b2a6d1b999a4c13e5997bb864694e77172d45250 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@android.com> | Fri Jul 28 13:56:08 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 22 18:42:57 2017 -0700 |
tree | 69e739bfed365dd447dcd7fcb00aa72fa7d4b076 | |
parent | ef954844c7ace62f773f4f23e28d2d915adc419f [diff] |
ANDROID: binder: fix proc->tsk check. Commit c4ea41ba195d ("binder: use group leader instead of open thread")' was incomplete and didn't update a check in binder_mmap(), causing all mmap() calls into the binder driver to fail. Signed-off-by: Martijn Coenen <maco@android.com> Tested-by: John Stultz <john.stultz@linaro.org> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>