[PATCH] automation/Eclair: tag directive 4.3 as well as rules 17.2 and 21.17 as clean

Jan Beulich posted 1 patch 2 days, 4 hours ago
MC3A2.R21.11||
MC3A2.R21.12||
MC3A2.R21.13||
+MC3A2.R21.17||
MC3A2.R21.18||
MC3A2.R21.19||
MC3A2.R21.20||
[PATCH] automation/Eclair: tag directive 4.3 as well as rules 17.2 and 21.17 as clean
Posted by Jan Beulich 2 days, 4 hours ago
These have been clean for a while already, without being marked so.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/2871068276

As per https://lists.xen.org/archives/html/xen-devel/2026-09/msg00486.html
rule 18.1 is also clean already. It is being marked so there; that line
could of course also be moved here if so desired (albeit personally I'd
prefer the 18-series markings to stay together).

--- a/automation/eclair_analysis/ECLAIR/tagging.ecl
+++ b/automation/eclair_analysis/ECLAIR/tagging.ecl
@@ -23,6 +23,7 @@
 "MC3A2.D1.1||
 MC3A2.D2.1||
 MC3A2.D4.1||
+MC3A2.D4.3||
 MC3A2.D4.7||
 MC3A2.D4.10||
 MC3A2.D4.11||
@@ -77,6 +78,7 @@ MC3A2.R16.3||
 MC3A2.R16.6||
 MC3A2.R16.7||
 MC3A2.R17.1||
+MC3A2.R17.2||
 MC3A2.R17.3||
 MC3A2.R17.4||
 MC3A2.R17.5||
@@ -105,6 +107,7 @@ MC3A2.R21.10||
 MC3A2.R21.11||
 MC3A2.R21.12||
 MC3A2.R21.13||
+MC3A2.R21.17||
 MC3A2.R21.18||
 MC3A2.R21.19||
 MC3A2.R21.20||
Re: [PATCH] automation/Eclair: tag directive 4.3 as well as rules 17.2 and 21.17 as clean
Posted by Roger Pau Monné 2 days, 3 hours ago
On Tue, Sep 22, 2026 at 03:41:48PM +0200, Jan Beulich wrote:
> These have been clean for a while already, without being marked so.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Roger Pau Monné <roger@xenproject.org>

Thanks, Roger.