Re: [PATCH] firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling

From: Sudeep Holla
Date: Mon Nov 13 2023 - 07:24:46 EST


On Wed, 08 Nov 2023 12:15:49 +0100, Lorenzo Pieralisi wrote:
> To parse the retrieved ID lists appropriately in
> ffa_notification_info_get() the ids_processed variable should not
> be pre-incremented - we are dropping an identifier at the
> beginning of the list.
>
> Fix it by using the post-increment operator to increment the number
> of processed IDs.
>
> [...]

Applied to sudeep.holla/linux (for-next/ffa/fixes), thanks!

[1/1] firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling
https://git.kernel.org/sudeep.holla/c/f1ed48ef97e2
--
Regards,
Sudeep