[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] automation/eclair: monitor rules 11.6, 17.2, 18.3, 21.11, 21.14-16


  • To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>
  • Date: Wed, 23 Jul 2025 13:30:00 +0000
  • Accept-language: en-US, uk-UA, ru-RU
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=mIkB1BkighrWuXy8HsL+SpL/yIuGUxD+cpCBXNansME=; b=mxjs+9KrghablGHX4SKyCIsFL/D9g7o9TmtH8pInuu2GXuAmMkeOjX2qHMDisnUZbcPk1axuUqM1HMD3/r4h9HgwEG+B1t1iGXuQTZPGeyevgaPrlddYd/DHnNE82ejsWCD0qkswUtNhxgrIH9myHcjdDRC/y+6ywC/KL98/UOsWQcVDdabToO2D6hSE7RuEYt4tYnhAnR2LYcv9Pxmr03uf7FdKE08Ey+JJ/IWnRcRNr3LmF/AMv8A7iNzmzQGYhA4jFXVnqCYx4ykaoQhRx93HB/Y3bX1HjtNOreBhymHUNK+LE0aFboLn/oS5Po90QTszDb/nkUlPBjyRCkVsxA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Lr2pDFnAks/FXEEOjljHVOg5Lzw3VmfgnxsVesegzWFdVRK06YCXts8xOD3NeWWVFHDIHXyobEVO0tOFSwEc1+7aVBpWmAtjR2U/ic4uufCs2lFoG6EQqhTCHzpiN4AVPEDRdJF8t9iXn12qfeqySJXzn4BrYHC1mUFv6S3hSSKYTkjv9OfPQ+Y0mSD5ackBcdvCGYf/rtgMezcyPgYjWfHmn27Ok8Azi7Xo2NferdmWn32m/kVLQ8oYPcD8U2clZw8+uO2fwwnAoot1AYMGRYUth311dsGjvgHNm5e+pnI2eUyoGeTnexXUqORWcXoJW9oZPoGNj6NwJtkoLGXREA==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
  • Cc: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>, Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Wed, 23 Jul 2025 13:30:09 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHb+9XjRd4/gYe4O02P0LwT9W+DHw==
  • Thread-topic: [PATCH] automation/eclair: monitor rules 11.6, 17.2, 18.3, 21.11, 21.14-16

Add MISRA C rules to the monitored set.
All these rules are 'accepted' for XEN, have zero or few violations,
and should be enabled for the ECLAIR scan.

Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@xxxxxxxx>
---
Test CI: 
https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/1943607023
---
 automation/eclair_analysis/ECLAIR/monitored.ecl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/automation/eclair_analysis/ECLAIR/monitored.ecl 
b/automation/eclair_analysis/ECLAIR/monitored.ecl
index 00bff9edbe..72698b2eb1 100644
--- a/automation/eclair_analysis/ECLAIR/monitored.ecl
+++ b/automation/eclair_analysis/ECLAIR/monitored.ecl
@@ -45,6 +45,7 @@
 -enable=MC3A2.R10.2
 -enable=MC3A2.R11.1
 -enable=MC3A2.R11.2
+-enable=MC3A2.R11.6
 -enable=MC3A2.R11.7
 -enable=MC3A2.R11.8
 -enable=MC3A2.R11.9
@@ -62,12 +63,14 @@
 -enable=MC3A2.R16.6
 -enable=MC3A2.R16.7
 -enable=MC3A2.R17.1
+-enable=MC3A2.R17.2
 -enable=MC3A2.R17.3
 -enable=MC3A2.R17.4
 -enable=MC3A2.R17.5
 -enable=MC3A2.R17.6
 -enable=MC3A2.R18.1
 -enable=MC3A2.R18.2
+-enable=MC3A2.R18.3
 -enable=MC3A2.R18.6
 -enable=MC3A2.R18.8
 -enable=MC3A2.R19.1
@@ -83,14 +86,18 @@
 -enable=MC3A2.R20.14
 -enable=MC3A2.R21.3
 -enable=MC3A2.R21.4
--enable=MC3A2.R21.6
 -enable=MC3A2.R21.5
+-enable=MC3A2.R21.6
 -enable=MC3A2.R21.7
 -enable=MC3A2.R21.8
 -enable=MC3A2.R21.9
 -enable=MC3A2.R21.10
+-enable=MC3A2.R21.11
 -enable=MC3A2.R21.12
 -enable=MC3A2.R21.13
+-enable=MC3A2.R21.14
+-enable=MC3A2.R21.15
+-enable=MC3A2.R21.16
 -enable=MC3A2.R21.17
 -enable=MC3A2.R21.18
 -enable=MC3A2.R21.19
-- 
2.43.0



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.