From nobody Fri May 17 02:03:09 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 1713175036266495.8158124787434; Mon, 15 Apr 2024 02:57:16 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.705961.1102924 (Exim 4.92) (envelope-from ) id 1rwJ4v-00089D-1I; Mon, 15 Apr 2024 09:56:45 +0000 Received: by outflank-mailman (output) from mailman id 705961.1102924; Mon, 15 Apr 2024 09:56:45 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rwJ4u-000896-Ux; Mon, 15 Apr 2024 09:56:44 +0000 Received: by outflank-mailman (input) for mailman id 705961; Mon, 15 Apr 2024 09:56:43 +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 1rwJ4t-000890-4A for xen-devel@lists.xenproject.org; Mon, 15 Apr 2024 09:56:43 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 74ee568d-fb0e-11ee-94a3-07e782e9044d; Mon, 15 Apr 2024 11:56:40 +0200 (CEST) Received: from truciolo.bugseng.com (unknown [37.161.163.182]) by support.bugseng.com (Postfix) with ESMTPSA id 50FC54EE0737; Mon, 15 Apr 2024 11:56:38 +0200 (CEST) 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: 74ee568d-fb0e-11ee-94a3-07e782e9044d From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Simone Ballarin , Doug Goldstein , Stefano Stabellini , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall Subject: [XEN PATCH] docs/misra: mark the gzip folder as adopted code Date: Mon, 15 Apr 2024 11:56:30 +0200 Message-Id: <2970c1010e227ca1460c5656d13fb87a05d87f29.1713174475.git.federico.serafini@bugseng.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1713175037863100001 Content-Type: text/plain; charset="utf-8" Mark the whole gzip folder as adopted code and remove the redundant deviation of file inflate. Signed-off-by: Federico Serafini Acked-by: Andrew Cooper --- automation/eclair_analysis/ECLAIR/deviations.ecl | 5 ----- docs/misra/exclude-list.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/automation/eclair_analysis/ECLAIR/deviations.ecl b/automation/= eclair_analysis/ECLAIR/deviations.ecl index 0230b41c6d..4287805819 100644 --- a/automation/eclair_analysis/ECLAIR/deviations.ecl +++ b/automation/eclair_analysis/ECLAIR/deviations.ecl @@ -148,11 +148,6 @@ const-qualified." # Series 8. # =20 --doc_begin=3D"The following file is imported from Linux: ignore for now." --file_tag+=3D{adopted_r8_2,"^xen/common/inflate\\.c$"} --config=3DMC3R1.R8.2,reports+=3D{deliberate,"any_area(any_loc(file(adopted= _r8_2)))"} --doc_end - -doc_begin=3D"The type ret_t is deliberately used and defined as int or lo= ng depending on the architecture." -config=3DMC3R1.R8.3,reports+=3D{deliberate,"any_area(any_loc(text(^.*ret_= t.*$)))"} -doc_end diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json index 0956364158..cd69765427 100644 --- a/docs/misra/exclude-list.json +++ b/docs/misra/exclude-list.json @@ -118,7 +118,7 @@ "comment": "Imported from Linux, ignore for now" }, { - "rel_path": "common/gzip/inflate.c", + "rel_path": "common/gzip/*", "comment": "Imported from Linux, ignore for now" }, { --=20 2.34.1