[GIT PULL] firmware: stratix10-svc: fixes for v7.1
From: Dinh Nguyen
Date: Thu May 28 2026 - 14:46:48 EST
Hi Greg,
I based this on your char-misc-next branch that is at v7.1-rc3. I think that
is the correct procedure.
Thanks,
Dinh
The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:
Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/svc_fixes_for_v7.1
for you to fetch changes up to bfd2eb9bba548a8f63c3339bb1fb9a2031a42d86:
firmware: stratix10-rsu: Fix NULL deref on rsu_send_msg() timeout in probe (2026-05-28 13:34:07 -0500)
----------------------------------------------------------------
firmware: stratix10-svc and stratix10-rsu: fixes for v7.1
- Return -EOPNOTSUPP when ATF async is not supported
- Fix SVC driver from loading entirely when asynchronous ops is not
supported in older ATF.
- Fix a NULL pointer dereference on a timeout in rsu_send_msg()
----------------------------------------------------------------
Dinh Nguyen (1):
firmware: stratix10-rsu: Fix NULL deref on rsu_send_msg() timeout in probe
Muhammad Amirul Asyraf Mohamad Jamian (2):
firmware: stratix10-svc: Return -EOPNOTSUPP when ATF async unsupported
firmware: stratix10-svc: Don't fail probe when async ops unsupported
drivers/firmware/stratix10-rsu.c | 45 ++++++++++++++++++----------------------
drivers/firmware/stratix10-svc.c | 21 +++++++++++++++----
2 files changed, 37 insertions(+), 29 deletions(-)