Re: [Virtio-msg] [PATCH] firmware: arm_ffa: Fix struct ffa_indirect_msg_hdr
From: Bertrand Marquis
Date: Tue Jun 03 2025 - 07:13:29 EST
Hi Viresh,
Thanks for spotting this.
> On 3 Jun 2025, at 13:08, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> As per the spec, one 32 bit reserved entry is missing here, add it.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
Cheers
Bertrand
> ---
> include/linux/arm_ffa.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/arm_ffa.h b/include/linux/arm_ffa.h
> index 5bded24dc24f..e1634897e159 100644
> --- a/include/linux/arm_ffa.h
> +++ b/include/linux/arm_ffa.h
> @@ -283,6 +283,7 @@ struct ffa_indirect_msg_hdr {
> u32 offset;
> u32 send_recv_id;
> u32 size;
> + u32 res1;
> uuid_t uuid;
> };
>
> --
> 2.31.1.272.g89b43f80a514
>
> _______________________________________________
> Virtio-msg mailing list -- virtio-msg@xxxxxxxxxxxxxxxx
> To unsubscribe send an email to virtio-msg-leave@xxxxxxxxxxxxxxxx