2023-04-25 19:13:14

by Carlos Llamas

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] Binder: Add async from to transaction record

On Mon, Apr 24, 2023 at 07:05:15PM +0800, Chuang Zhang wrote:
> From: Chuang Zhang <[email protected]>
>
> This commit adds support for getting the pid and tid information of
> the sender for asynchronous transfers in binderfs transfer records.
> In previous versions, it was not possible to obtain this information
> from the transfer records. While this information may not be necessary
> for all use cases, it can be useful in some scenarios.
>
> Signed-off-by: Chuang Zhang <[email protected]>

Acked-by: Carlos Llamas <[email protected]>

Thanks