[Virtio-msg] [PATCH] firmware: arm_ffa: Fix struct ffa_indirect_msg_hdr

Bertrand Marquis Bertrand.Marquis at arm.com
Tue Jun 3 04:11:02 PDT 2025


Hi Viresh,

Thanks for spotting this.

> On 3 Jun 2025, at 13:08, Viresh Kumar <viresh.kumar at linaro.org> wrote:
> 
> As per the spec, one 32 bit reserved entry is missing here, add it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar at linaro.org>
Reviewed-by: Bertrand Marquis <bertrand.marquis at arm.com>

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 at lists.linaro.org
> To unsubscribe send an email to virtio-msg-leave at lists.linaro.org




More information about the linux-arm-kernel mailing list