Re: [PATCH] firmware: stratix10-svc: fix FCS SMC call kernel-doc

From: Chan, Genevieve

Date: Thu Jul 02 2026 - 04:39:39 EST


V2 patch is submitted: https://lore.kernel.org/all/20260702082844.9648-1-genevieve.chan@xxxxxxxxxx/

Thanks,
Genevieve Chan

On 29/6/2026 10:02 pm, Dinh Nguyen wrote:


On 6/23/26 04:10, genevieve.chan@xxxxxxxxxx wrote:
From: Genevieve Chan <genevieve.chan@xxxxxxxxxx>

Correct the kernel-doc for INTEL_SIP_SMC_FCS_SEND_CERTIFICATE to
describe an async call instead of sync, and fix incorrect return
status macro names
(INTEL_SIP_SMC_FCS_REJECTED -> INTEL_SIP_SMC_REJECTED).

For INTEL_SIP_SMC_FCS_GET_PROVISION_DATA, align the documented
return status macros with the standard values
(INTEL_SIP_SMC_STATUS_ERROR and INTEL_SIP_SMC_STATUS_REJECTED)
and document the full async return register usage in a1-a3:
mailbox error code, physical address of the fuse/key hash structure,
and structure size.

Signed-off-by: Genevieve Chan <genevieve.chan@xxxxxxxxxx>
---
  include/linux/firmware/intel/stratix10-smc.h | 12 +++++++-----
  1 file changed, 7 insertions(+), 5 deletions(-)


If this is a fix, you forgot to include the Fixes tag and Cc: stable.

Please refer to : Documentation/process/stable-kernel-rules.rst

Thanks,
Dinh