]> xenbits.xensource.com Git - xen.git/commitdiff
MISRA: Unmark Rules 1.1 and 2.1 as clean following Eclair upgrade
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Dec 2024 17:04:59 +0000 (17:04 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Dec 2024 22:01:58 +0000 (22:01 +0000)
Updating the Eclair runner has had knock-on effects with previously-clean
rules now flagging violations:

 - x86:   Rule 1.1, 1940 violations
 - ARM64: Rule 1.1, 725 violations, Rule 2.1, 255 violations

Fixes: 631f535a3d4f ("xen: update ECLAIR service identifiers from MC3R1 to MC3A2.")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
(cherry picked from commit 171cb318deaa0be786cc3af3599c72e8909e60f9)

automation/eclair_analysis/ECLAIR/tagging.ecl

index eec1d50f9068eebe178db78308318fef5e72fa0c..91f27243ddac0cd08b215b9b58a9f8c24739fc46 100644 (file)
@@ -25,7 +25,6 @@ MC3A2.D2.1||
 MC3A2.D4.1||
 MC3A2.D4.11||
 MC3A2.D4.14||
-MC3A2.R1.1||
 MC3A2.R1.3||
 MC3A2.R1.4||
 MC3A2.R2.2||
@@ -107,7 +106,7 @@ if(string_equal(target,"x86_64"),
 )
 
 if(string_equal(target,"arm64"),
-    service_selector({"additional_clean_guidelines","MC3A2.R16.6||MC3A2.R2.1||MC3A2.R5.3||MC3A2.R7.3"})
+    service_selector({"additional_clean_guidelines","MC3A2.R16.6||MC3A2.R5.3||MC3A2.R7.3"})
 )
 
 -reports+={clean:added,"service(clean_guidelines_common||additional_clean_guidelines)"}