On Fri, 25 Apr 2025, victorm.l...@amd.com wrote: > From: Federico Serafini <federico.seraf...@bugseng.com> > > MISRA C Rule 14.3 is already tagged as clean: add it to the > monitored set to avoid regressions. > > Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com> > Signed-off-by: Victor Lira <victorm.l...@amd.com>
Assuming the previous patch gets accepted: Acked-by: Stefano Stabellini <sstabell...@kernel.org> > --- > Cc: Andrew Cooper <andrew.coop...@citrix.com> > Cc: Anthony PERARD <anthony.per...@vates.tech> > Cc: Michal Orzel <michal.or...@amd.com> > Cc: Jan Beulich <jbeul...@suse.com> > Cc: Julien Grall <jul...@xen.org> > Cc: Roger Pau Monné <roger....@citrix.com> > Cc: Stefano Stabellini <sstabell...@kernel.org> > Cc: Nicola Vetrini <nicola.vetr...@bugseng.com> > Cc: Federico Serafini <federico.seraf...@bugseng.com> > Cc: Bertrand Marquis <bertrand.marq...@arm.com> > --- > > automation/eclair_analysis/ECLAIR/monitored.ecl | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/automation/eclair_analysis/ECLAIR/monitored.ecl > b/automation/eclair_analysis/ECLAIR/monitored.ecl > index 8351996ec8..ca2f5e3c7f 100644 > --- a/automation/eclair_analysis/ECLAIR/monitored.ecl > +++ b/automation/eclair_analysis/ECLAIR/monitored.ecl > @@ -53,6 +53,7 @@ > -enable=MC3A2.R13.2 > -enable=MC3A2.R13.6 > -enable=MC3A2.R14.1 > +-enable=MC3A2.R14.3 > -enable=MC3A2.R14.4 > -enable=MC3A2.R16.2 > -enable=MC3A2.R16.3 > -- > 2.47.0 >