From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE9CE1F0E25 for ; Mon, 29 Jun 2026 14:02:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782741728; cv=none; b=eCG0vx+Uk7+TcrF5T515/P7qJWIQ2SoK84dZiIwLvFXYxitxn/iSbaATpcvQaY/6N24xs1NMYUB417nXw0Xnar/SjbjVtRWFloAebkK9ZFpuBbkLsDbAjETd/qYtxJ2EYtKvzL/MpHr/6if6uXwSHNVogqgKMhgY3UkvxTwnA1U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782741728; c=relaxed/simple; bh=OaRG1geidY+ST6gqAsMrYv3t5DhsQQsmmAAt7udxDNk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=q04hpmf0srVTUzRw6i8YYpvZKGBO1j3CDS0oNZYWLFQMUFbOjQCHehUcaBFAGOVH2/eHseiabYeN9WUc3i4cimWFZwqmxSWSaZiQu+Ynksy8bw98nj2apHtp87qogdQzpbhKLRV5dj2D45dLWfk06ckcE0w94zPYI1rB8M9XgJs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cKaTy5uH; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cKaTy5uH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 376CD1F000E9; Mon, 29 Jun 2026 14:02:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782741727; bh=i5vcJxPgEYUPAkP6cL7WeAXbPrclPwSwdD3eAuVqvKE=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=cKaTy5uH556dK8zB/qwSLiDtlsgjUGg3ijLDwxc0AIxXXF6Yax6sBAGsTxfLgewhh qo3bZFQ6l1nej0G7N3mimPdMAxtXvJ2Djq5Z4olqnCl/XlkrkUPrL6mTATdefv80xb p0tSn8bvFtM9S4TRh9DnWfci0wYPPs4T14wPLtXKEI0H+rDgjaqFoeS5xfZz/PDbgH s2PHkMr54MZzlvzBs4QV+3FVLILPACQY6xPWWsDRg4UG/h/OVAxquliAg8iPdS4o/c GACcr+NDNkDMxRp+08+ia3jdzskLdGINxeE/uECeFZox5cDlpBjYipUIDUVlBdtoYo yvs+NnMS17Zkw== Message-ID: <73cd6456-6c6d-48c8-ad33-d61a3a64a5ef@kernel.org> Date: Mon, 29 Jun 2026 09:02:06 -0500 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] firmware: stratix10-svc: fix FCS SMC call kernel-doc Content-Language: en-US To: genevieve.chan@altera.com, linux-kernel@vger.kernel.org Cc: Tze Yee Ng , Adrian Ng Ho Yin , Nazim Amirul References: <20260623091041.90941-1-genevieve.chan@altera.com> From: Dinh Nguyen In-Reply-To: <20260623091041.90941-1-genevieve.chan@altera.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 6/23/26 04:10, genevieve.chan@altera.com wrote: > From: Genevieve Chan > > 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 > --- > 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