]> git.hungrycats.org Git - linux/commit
binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs
authorCarlos Llamas <cmllamas@google.com>
Thu, 26 Sep 2024 23:36:16 +0000 (23:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:41:11 +0000 (10:41 +0100)
commit648c92b1a89885846086a8ba8ac3422684142ad4
tree606131c23e7ee161fde4e8f6fb8dd0fd0c90e0d5
parentaf8a8044b09a6f4f8477b1f114b66517a9360e4c
binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs

commit 595ea72efff9fa65bc52b6406e0822f90841f266 upstream.

proc 699
context binder-test
  thread 699: l 00 need_return 0 tr 0
  ref 25: desc 1 node 20 s 1 w 0 d 00000000c03e09a3
  unknown work: type 11

proc 640
context binder-test
  thread 640: l 00 need_return 0 tr 0
  ref 8: desc 1 node 3 s 1 w 0 d 000000002bb493e1
  has cleared freeze notification

Fixes: d579b04a52a1 ("binder: frozen notification")
Cc: stable@vger.kernel.org
Suggested-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Todd Kjos <tkjos@google.com>
Link: https://lore.kernel.org/r/20240926233632.821189-6-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c