[GIT PULL] firmware: stratix10-svc: fixes for v7.2
From: Dinh Nguyen
Date: Tue Jul 14 2026 - 18:25:44 EST
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -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.2
for you to fetch changes up to bba85375f8751d6c949036269b529cdcb2a2ed8f:
firmware: stratix10-svc: fix teardown order in remove to prevent race (2026-07-14 16:36:28 -0500)
----------------------------------------------------------------
firmware: stratix10-svc: fixes for v7.2
- Fix a memory leak by explicitly using kfree() to match the list-managed lifetime
- Fix FCS SMC call documentation
- Add proper handling of a no response from the SDM
- Fix teardown order of service driver
----------------------------------------------------------------
Adrian Ng Ho Yin (2):
firmware: stratix10-svc: handle NO_RESPONSE in async poll
firmware: stratix10-svc: fix teardown order in remove to prevent race
Genevieve Chan (1):
firmware: stratix10-svc: fix FCS SMC call kernel-doc
Tze Yee Ng (1):
firmware: stratix10-svc: fix memory leaks and list corruption bugs
drivers/firmware/stratix10-svc.c | 19 +++++++++++--------
include/linux/firmware/intel/stratix10-smc.h | 16 +++++++++++-----
2 files changed, 22 insertions(+), 13 deletions(-)