Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit ddc0270

Browse files
author
Carlos Llamas
committed
FROMGIT: binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs
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: d579b04 ("binder: frozen notification") Cc: [email protected] Suggested-by: Alice Ryhl <[email protected]> Signed-off-by: Carlos Llamas <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Acked-by: Todd Kjos <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Bug: 366003708 (cherry picked from commit 595ea72 git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git char-misc-next) Change-Id: Ic6311aaea2040aaf4534cdaa4cbfa378afe31869 Signed-off-by: Carlos Llamas <[email protected]>
1 parent 92a4038 commit ddc0270

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/android/binder.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6676,6 +6676,9 @@ static void print_binder_work_ilocked(struct seq_file *m,
66766676
case BINDER_WORK_FROZEN_BINDER:
66776677
seq_printf(m, "%shas frozen binder\n", prefix);
66786678
break;
6679+
case BINDER_WORK_CLEAR_FREEZE_NOTIFICATION:
6680+
seq_printf(m, "%shas cleared freeze notification\n", prefix);
6681+
break;
66796682
default:
66806683
seq_printf(m, "%sunknown work: type %d\n", prefix, w->type);
66816684
break;

0 commit comments

Comments
 (0)