]> 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>
Mon, 9 Dec 2024 09:41:11 +0000 (10:41 +0100)
commit0207180b59cda7d40018289a13fbb3f4c9381fe7
tree4afc4846ce9bdbd5df5584579a552efd917fa899
parentb8b77712142fb146fe18d2253bc8a798d522e427
binder: add delivered_freeze to debugfs output

commit cb2aeb2ec25884133110ffe5a67ff3cf7dee5ceb upstream.

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