From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6B610C5ACB3 for ; Tue, 21 Nov 2023 09:46:33 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.637614.993587 (Exim 4.92) (envelope-from ) id 1r5NKl-00063d-VP; Tue, 21 Nov 2023 09:46:19 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 637614.993587; Tue, 21 Nov 2023 09:46:19 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r5NKl-00063W-Rp; Tue, 21 Nov 2023 09:46:19 +0000 Received: by outflank-mailman (input) for mailman id 637614; Tue, 21 Nov 2023 09:46:18 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r5NKk-0004CN-HV for xen-devel@lists.xenproject.org; Tue, 21 Nov 2023 09:46:18 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id d0399d3f-8852-11ee-9b0e-b553b5be7939; Tue, 21 Nov 2023 10:46:15 +0100 (CET) Received: from support.bugseng.com (support.bugseng.com [162.55.131.47]) by support.bugseng.com (Postfix) with ESMTPA id 35BC84EE073A; Tue, 21 Nov 2023 10:46:15 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: d0399d3f-8852-11ee-9b0e-b553b5be7939 MIME-Version: 1.0 Date: Tue, 21 Nov 2023 10:46:15 +0100 From: Nicola Vetrini To: Jan Beulich Cc: sstabellini@kernel.org, michal.orzel@amd.com, xenia.ragiadakou@amd.com, ayan.kumar.halder@amd.com, consulting@bugseng.com, andrew.cooper3@citrix.com, roger.pau@citrix.com, bertrand.marquis@arm.com, julien@xen.org, George Dunlap , Wei Liu , Volodymyr Babchuk , xen-devel@lists.xenproject.org Subject: Re: [XEN PATCH v3] xen: replace occurrences of SAF-1-safe with asmlinkage attribute In-Reply-To: <732f722b-fcdd-4a69-9c32-5c306e81c998@suse.com> References: <732f722b-fcdd-4a69-9c32-5c306e81c998@suse.com> Message-ID: <5fdbf9db5f45272bd25cf1b4b3184357@bugseng.com> X-Sender: nicola.vetrini@bugseng.com Organization: BUGSENG s.r.l. Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On 2023-11-21 10:16, Jan Beulich wrote: > On 16.11.2023 10:08, Nicola Vetrini wrote: >> The comment-based justifications for MISRA C:2012 Rule 8.4 are >> replaced >> by the asmlinkage pseudo-attribute, for the sake of uniformity. >> >> Add missing 'xen/compiler.h' #include-s where needed. >> >> The text in docs/misra/deviations.rst and docs/misra/safe.json >> is modified to reflect this change. >> >> Signed-off-by: Nicola Vetrini >> --- >> This patch should be applied after patch 2 of this series. > > Code changes look okay to me, but I'm afraid I don't understand the > remark > above, and hence I fear I might be missing something. > > Jan Since on v2 it was observed that I forgot to state the dependency of this patch on the R8.4 series, I added that comment here (otherwise there would be no definition of asmlinkage). -- Nicola Vetrini, BSc Software Engineer, BUGSENG srl (https://bugseng.com)