Re: [PATCH v2 2/4] KVM: arm64: Add support for FFA_PARTITION_INFO_GET

From: Sebastian Ene
Date: Thu Jun 13 2024 - 08:29:23 EST


On Wed, Jun 12, 2024 at 03:30:29PM +0100, Sudeep Holla wrote:
> On Wed, May 15, 2024 at 05:22:56PM +0000, Sebastian Ene wrote:
> > Handle the FFA_PARTITION_INFO_GET host call inside the pKVM hypervisor
> > and copy the response message back to the host buffers.
> >
> > Save the returned FF-A version as we will need it later to interpret the
> > response from the TEE.
> >
> I don't understand the context of the above statement and this patch.
> Did you mean use the saved version to take apt action/decision within
> FFA_PARTITION_INFO_GET handler. Or is it just missed cleanup ?

This is a missed cleanup I will drop this part from the commit message.

Thanks,
Seb

>
> The change itself looks good.
>
> Reviewed-by: Sudeep Holla <sudeep.holla@xxxxxxx>
>
> --
> Regards,
> Sudeep