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

Commit 595ea72

Browse files
Carlos Llamasgregkh
authored andcommitted
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]>
1 parent 830d7db commit 595ea72

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
@@ -6411,6 +6411,9 @@ static void print_binder_work_ilocked(struct seq_file *m,
64116411
case BINDER_WORK_FROZEN_BINDER:
64126412
seq_printf(m, "%shas frozen binder\n", prefix);
64136413
break;
6414+
case BINDER_WORK_CLEAR_FREEZE_NOTIFICATION:
6415+
seq_printf(m, "%shas cleared freeze notification\n", prefix);
6416+
break;
64146417
default:
64156418
seq_printf(m, "%sunknown work: type %d\n", prefix, w->type);
64166419
break;

0 commit comments

Comments
 (0)