]> git.hungrycats.org Git - linux/commit
binder: add delivered_freeze to debugfs output
authorCarlos Llamas <cmllamas@google.com>
Thu, 26 Sep 2024 23:36:19 +0000 (23:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2024 15:12:22 +0000 (17:12 +0200)
commitcb2aeb2ec25884133110ffe5a67ff3cf7dee5ceb
tree73b862d00d165f929a7bc23eb503016e7f2fca83
parent1db76ec2b4b206ff943e292a0b55e68ff3443598
binder: add delivered_freeze to debugfs output

Add the pending proc->delivered_freeze work to the debugfs output. This
information was omitted in the original implementation of the freeze
notification and can be valuable for debugging issues.

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