Re: [PATCH 3/3] Fixes: 15847537b623 ("firmware: stratix10-rsu: Migrate RSU driver to use stratix10 asynchronous framework.")

From: Dinh Nguyen

Date: Thu May 14 2026 - 13:22:02 EST




On 5/14/26 02:32, tze.yee.ng@xxxxxxxxxx wrote:
From: Tze Yee Ng <tze.yee.ng@xxxxxxxxxx>

After stratix10_svc_add_async_client() succeeds, probe error paths and
remove() must call stratix10_svc_remove_async_client() before
stratix10_svc_free_channel(). Otherwise async state is left allocated
while the channel is released.

Signed-off-by: Tze Yee Ng <tze.yee.ng@xxxxxxxxxx>
---
drivers/firmware/stratix10-rsu.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)


This is not the correct method for adding the Fixes tag. Please refer to:

Documentation/process/5.Posting.rst

Documentation/process/stable-kernel-rules.rst

Dinh