From nobody Sat Nov 23 11:40:44 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 1724748313031394.68506088212973; Tue, 27 Aug 2024 01:45:13 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.783695.1192955 (Exim 4.92) (envelope-from ) id 1sirow-0001Pf-0d; Tue, 27 Aug 2024 08:44:58 +0000 Received: by outflank-mailman (output) from mailman id 783695.1192955; Tue, 27 Aug 2024 08:44:57 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1sirov-0001PY-US; Tue, 27 Aug 2024 08:44:57 +0000 Received: by outflank-mailman (input) for mailman id 783695; Tue, 27 Aug 2024 08:44:55 +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 1sirot-0001PR-Rq for xen-devel@lists.xenproject.org; Tue, 27 Aug 2024 08:44:55 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id a0c7a8a7-6450-11ef-99a0-01e77a169b0f; Tue, 27 Aug 2024 10:44:53 +0200 (CEST) Received: from truciolo.homenet.telecomitalia.it (host-79-46-33-59.retail.telecomitalia.it [79.46.33.59]) by support.bugseng.com (Postfix) with ESMTPSA id 16F094EE077B; Tue, 27 Aug 2024 10:44:52 +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: a0c7a8a7-6450-11ef-99a0-01e77a169b0f From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Simone Ballarin , Doug Goldstein , Stefano Stabellini Subject: [XEN PATCH] automation/eclair: monitor rules 13.2 and 18.2 Date: Tue, 27 Aug 2024 10:44:46 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1724748314300116600 Content-Type: text/plain; charset="utf-8" Add MISRA C:2012 Rules 13.2 and 18.2 to the monitored set. Signed-off-by: Federico Serafini Reviewed-by: Stefano Stabellini --- automation/eclair_analysis/ECLAIR/monitored.ecl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/eclair_analysis/ECLAIR/monitored.ecl b/automation/e= clair_analysis/ECLAIR/monitored.ecl index 7b085a329a..4d9ef1bd83 100644 --- a/automation/eclair_analysis/ECLAIR/monitored.ecl +++ b/automation/eclair_analysis/ECLAIR/monitored.ecl @@ -52,6 +52,7 @@ -enable=3DMC3R1.R11.9 -enable=3DMC3R1.R12.5 -enable=3DMC3R1.R13.1 +-enable=3DMC3R1.R13.2 -enable=3DMC3R1.R13.6 -enable=3DMC3R1.R14.1 -enable=3DMC3R1.R14.4 @@ -65,6 +66,7 @@ -enable=3DMC3R1.R17.4 -enable=3DMC3R1.R17.5 -enable=3DMC3R1.R17.6 +-enable=3DMC3R1.R18.2 -enable=3DMC3R1.R18.6 -enable=3DMC3R1.R18.8 -enable=3DMC3R1.R19.1 --=20 2.34.1