mbox series

[0/3] Fix and improvements to xen-analysis.py

Message ID 20230504131245.2985400-1-luca.fancellu@arm.com (mailing list archive)
Headers show
Series Fix and improvements to xen-analysis.py | expand

Message

Luca Fancellu May 4, 2023, 1:12 p.m. UTC
This serie includes a fix for a limitation of xen-analysis.py that when using
cppcheck and make parallel build, it was spuriously failing.

The second patch is enabling the tool to accept cppcheck version above 2.7
(excluding 2.8 for the reasons described in the documentation).

The final one is a fix for the generated cppcheck text report to include the
relative path from the repository, instead that the relative path from the
/xen/xen directory.

Luca Fancellu (3):
  xen/misra: xen-analysis.py: fix parallel analysis Cppcheck errors
  xen/misra: xen-analysis.py: allow cppcheck version above 2.7
  xen/misra: xen-analysis.py: use the relative path from the ...

 xen/scripts/xen_analysis/cppcheck_analysis.py | 36 ++++++++++++-------
 xen/tools/cppcheck-cc.sh                      | 19 +++++++++-
 2 files changed, 41 insertions(+), 14 deletions(-)