From nobody Fri Nov 22 10:40:49 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 1722429733864370.58745513518636; Wed, 31 Jul 2024 05:42:13 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.768564.1179396 (Exim 4.92) (envelope-from ) id 1sZ8eV-0007e9-Ry; Wed, 31 Jul 2024 12:41:59 +0000 Received: by outflank-mailman (output) from mailman id 768564.1179396; Wed, 31 Jul 2024 12:41:59 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1sZ8eV-0007e2-PR; Wed, 31 Jul 2024 12:41:59 +0000 Received: by outflank-mailman (input) for mailman id 768564; Wed, 31 Jul 2024 12:41:58 +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 1sZ8eU-0007du-Pz for xen-devel@lists.xenproject.org; Wed, 31 Jul 2024 12:41:58 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 4607791d-4f3a-11ef-bc01-fd08da9f4363; Wed, 31 Jul 2024 14:41:57 +0200 (CEST) Received: from nico.bugseng.com (unknown [46.228.253.214]) by support.bugseng.com (Postfix) with ESMTPSA id 619684EE0760; Wed, 31 Jul 2024 14:41:56 +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: 4607791d-4f3a-11ef-bc01-fd08da9f4363 From: Nicola Vetrini To: 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, Nicola Vetrini , Simone Ballarin , Doug Goldstein Subject: [XEN PATCH] automation/eclair_analysis: add Rule 18.6 to the clean guidelines Date: Wed, 31 Jul 2024 14:41:52 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1722429734967116600 Content-Type: text/plain; charset="utf-8" MISRA C Rule 18.6 states: "The address of an object with automatic storage shall not be copied to another object that persists after the first object has ceased to exist." The rule is set as monitored and tagged clean, in order to block the CI on any violations that may arise, allowing the presence of cautions (currently there are no violations). No functional change. Signed-off-by: Nicola Vetrini Acked-by: Stefano Stabellini --- automation/eclair_analysis/ECLAIR/monitored.ecl | 1 + automation/eclair_analysis/ECLAIR/tagging.ecl | 1 + 2 files changed, 2 insertions(+) diff --git a/automation/eclair_analysis/ECLAIR/monitored.ecl b/automation/e= clair_analysis/ECLAIR/monitored.ecl index 9ffaebbdc378..8a7e3f3ceaa9 100644 --- a/automation/eclair_analysis/ECLAIR/monitored.ecl +++ b/automation/eclair_analysis/ECLAIR/monitored.ecl @@ -32,6 +32,7 @@ -enable=3DMC3R1.R17.4 -enable=3DMC3R1.R17.5 -enable=3DMC3R1.R17.6 +-enable=3DMC3R1.R18.6 -enable=3DMC3R1.R19.1 -enable=3DMC3R1.R20.12 -enable=3DMC3R1.R20.13 diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl b/automation/ecl= air_analysis/ECLAIR/tagging.ecl index b829655ca0bc..e7b32773e60e 100644 --- a/automation/eclair_analysis/ECLAIR/tagging.ecl +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl @@ -67,6 +67,7 @@ MC3R1.R17.3|| MC3R1.R17.4|| MC3R1.R17.5|| MC3R1.R17.6|| +MC3R1.R18.6|| MC3R1.R18.8|| MC3R1.R20.2|| MC3R1.R20.3|| --=20 2.34.1