[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH 2/2] automation: execute SAF translation before the analysis with ECLAIR
On Fri, 1 Sep 2023, Nicola Vetrini wrote: > This allows local MISRA deviation comments to be translated into > the format recognized by ECLAIR. > > Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > automation/eclair_analysis/prepare.sh | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/automation/eclair_analysis/prepare.sh > b/automation/eclair_analysis/prepare.sh > index 275a1a3f517c..0cac5eba00ae 100755 > --- a/automation/eclair_analysis/prepare.sh > +++ b/automation/eclair_analysis/prepare.sh > @@ -38,5 +38,8 @@ fi > cd xen > cp "${CONFIG_FILE}" .config > make clean > + find . -type f -name "*.safparse" -print -delete > make -f ${script_dir}/Makefile.prepare prepare > + # Translate the /* SAF-n-safe */ comments into ECLAIR CBTs > + scripts/xen-analysis.py --run-eclair --no-build --no-clean > ) > -- > 2.34.1 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |