summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorKeshav Verma <iganschel@gmail.com>2026-06-16 02:47:43 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-03 12:27:38 +0200
commiteb1645bf10190e71f6f0316e37ff70755d719b53 (patch)
tree2233eb3573d958a25a2e55dd15c78b01fcd41bfc /rust
parentb34826e55aad3520ec813f1f367c11b24b29dc9f (diff)
rust_binder: synchronize Rust Binder stats with freeze commands
Rust Binder stats use BC_COUNT and BR_COUNT to size the command and return counters, and use event string tables when printing debug statistics. The Binder protocol includes freeze-related commands and return codes, but the Rust Binder statistics code was not updated to cover them. As a result, those commands and return codes are not accounted for or printed by the stats debug output. Update the counts and event string tables so these commands and return codes are included in the debug statistics output. Fixes: eafedbc7c050 ("rust_binder: add Rust Binder driver") Cc: stable <stable@kernel.org> Acked-by: Carlos Llamas <cmllamas@google.com> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Signed-off-by: Keshav Verma <iganschel@gmail.com> Link: https://patch.msgid.link/20260615211743.734-1-iganschel@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions