From nobody Sat May 18 16:18:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1703069093837552.9182613206805; Wed, 20 Dec 2023 02:44:53 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.657616.1026581 (Exim 4.92) (envelope-from ) id 1rFu41-0006Zz-GH; Wed, 20 Dec 2023 10:44:33 +0000 Received: by outflank-mailman (output) from mailman id 657616.1026581; Wed, 20 Dec 2023 10:44:33 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rFu41-0006Zs-DR; Wed, 20 Dec 2023 10:44:33 +0000 Received: by outflank-mailman (input) for mailman id 657616; Wed, 20 Dec 2023 10:44:31 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rFu3z-0006YF-E7 for xen-devel@lists.xenproject.org; Wed, 20 Dec 2023 10:44:31 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id c0e856a1-9f24-11ee-98eb-6d05b1d4d9a1; Wed, 20 Dec 2023 11:44:30 +0100 (CET) Received: from nico.bugseng.com (unknown [147.123.100.131]) by support.bugseng.com (Postfix) with ESMTPSA id DFE334EE0C91; Wed, 20 Dec 2023 11:44:28 +0100 (CET) X-Outflank-Mailman: Message body and most headers restored to incoming version 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: c0e856a1-9f24-11ee-98eb-6d05b1d4d9a1 From: Nicola Vetrini To: nicola.vetrini@bugseng.com, xen-devel@lists.xenproject.org Cc: sstabellini@kernel.org, michal.orzel@amd.com, xenia.ragiadakou@amd.com, ayan.kumar.halder@amd.com, consulting@bugseng.com, jbeulich@suse.com, andrew.cooper3@citrix.com, roger.pau@citrix.com, Simone Ballarin , Doug Goldstein Subject: [XEN PATCH] automation/eclair_analysis: fix typo in deviation. Date: Wed, 20 Dec 2023 11:44:25 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1703069094749100001 Content-Type: text/plain; charset="utf-8" Unwanted leading '+'-s cause the deviation not to work as expected, leading to wrong analysis counts. Fixes: 11126964d82f ("automation/eclair_analysis: avoid violation of MISRA = Rule 2.1") Signed-off-by: Nicola Vetrini Reviewed-by: Stefano Stabellini --- automation/eclair_analysis/ECLAIR/deviations.ecl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/eclair_analysis/ECLAIR/deviations.ecl b/automation/= eclair_analysis/ECLAIR/deviations.ecl index 6806f0eea019..6d32ff016137 100644 --- a/automation/eclair_analysis/ECLAIR/deviations.ecl +++ b/automation/eclair_analysis/ECLAIR/deviations.ecl @@ -28,10 +28,10 @@ not executable, and therefore it is safe for them to be= unreachable." -config=3DMC3R1.R2.1,ignored_stmts+=3D{"any()", "pure_decl()"} -doc_end =20 -+-doc_begin=3D"The following autogenerated file is not linked deliberately= ." -+-file_tag+=3D{C_runtime_failures,"^automation/eclair_analysis/C-runtime-f= ailures\\.rst\\.c$"} -+-config=3DMC3R1.R2.1,reports+=3D{deliberate, "any_area(any_loc(file(C_run= time_failures)))"} -+-doc_end +-doc_begin=3D"The following autogenerated file is not linked deliberately." +-file_tag+=3D{C_runtime_failures,"^automation/eclair_analysis/C-runtime-fa= ilures\\.rst\\.c$"} +-config=3DMC3R1.R2.1,reports+=3D{deliberate, "any_area(any_loc(file(C_runt= ime_failures)))"} +-doc_end =20 -doc_begin=3D"Proving compliance with respect to Rule 2.2 is generally imp= ossible: see https://arxiv.org/abs/2212.13933 for details. Moreover, peer review gi= ves us --=20 2.34.1