]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
update comment in binder patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2019 09:42:10 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2019 09:42:10 +0000 (11:42 +0200)
queue-4.4/android-binder-remove-waitqueue-when-thread-exits.patch
queue-4.9/android-binder-remove-waitqueue-when-thread-exits.patch

index f7dc9a5637ade163e6e87d93251e98344d216e2d..cbf4caf030892df58f14fbc7268e0c820616eda4 100644 (file)
@@ -49,7 +49,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +       * If this thread used poll, make sure we remove the waitqueue
 +       * from any epoll data structures holding it with POLLFREE.
 +       * waitqueue_active() is safe to use here because we're holding
-+       * the inner lock.
++       * the global lock.
 +       */
 +      if ((thread->looper & BINDER_LOOPER_STATE_POLL) &&
 +          waitqueue_active(&thread->wait)) {
index 37f39f508cd379466fc6c9a1d2cf0095d62ec930..a6a220daa750ec6126bf3069f569ace75996f53d 100644 (file)
@@ -49,7 +49,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +       * If this thread used poll, make sure we remove the waitqueue
 +       * from any epoll data structures holding it with POLLFREE.
 +       * waitqueue_active() is safe to use here because we're holding
-+       * the inner lock.
++       * the global lock.
 +       */
 +      if ((thread->looper & BINDER_LOOPER_STATE_POLL) &&
 +          waitqueue_active(&thread->wait)) {