Re: [PATCH v3] binder: synchronize Rust Binder stats with freeze commands

From: Alice Ryhl

Date: Mon Jun 15 2026 - 17:11:17 EST


On Mon, Jun 15, 2026 at 11:06 PM Keshav Verma <iganschel@xxxxxxxxx> wrote:
>
> 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@xxxxxxxxxx
> Acked-by: Carlos Llamas <cmllamas@xxxxxxxxxx>
> Signed-off-by: Keshav Verma <iganschel@xxxxxxxxx>

I noticed that the patch heading says binder: instead of rust_binder:.
Can you update the prefix to match other Rust Binder changes?

Thanks