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

From: Carlos Llamas
Date: Tue Apr 25 2023 - 15:00:11 EST


On Mon, Apr 24, 2023 at 07:05:15PM +0800, Chuang Zhang wrote:
> From: Chuang Zhang <zhangchuang3@xxxxxxxxxx>
>
> 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 <zhangchuang3@xxxxxxxxxx>

Acked-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

Thanks