Message ID | 20230525083401.3838462-4-luca.fancellu@arm.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | diff-report.py tool | expand |
On Thu, 25 May 2023, Luca Fancellu wrote: > Add a section for the Xen MISRA Analysis Tools. > > Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > Changes from v2: > - New patch, suggested by Stefano: > https://lore.kernel.org/all/alpine.DEB.2.22.394.2305171232440.128889@ubuntu-linux-20-04-desktop/ > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f2f1881b32cc..c5b2dc2b024c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -667,6 +667,16 @@ F: tools/xentrace/ > F: xen/common/trace.c > F: xen/include/xen/trace.h > > +XEN MISRA ANALYSIS TOOLS > +M: Luca Fancellu <luca.fancellu@arm.com> > +S: Supported > +F: xen/scripts/xen_analysis/ > +F: xen/scripts/xen-analysis.py > +F: xen/scripts/diff-report.py > +F: xen/tools/cppcheck-plat/ > +F: xen/tools/convert_misra_doc.py > +F: xen/tools/cppcheck-cc.sh > + > XSM/FLASK > M: Daniel P. Smith <dpsmith@apertussolutions.com> > S: Supported > -- > 2.34.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index f2f1881b32cc..c5b2dc2b024c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -667,6 +667,16 @@ F: tools/xentrace/ F: xen/common/trace.c F: xen/include/xen/trace.h +XEN MISRA ANALYSIS TOOLS +M: Luca Fancellu <luca.fancellu@arm.com> +S: Supported +F: xen/scripts/xen_analysis/ +F: xen/scripts/xen-analysis.py +F: xen/scripts/diff-report.py +F: xen/tools/cppcheck-plat/ +F: xen/tools/convert_misra_doc.py +F: xen/tools/cppcheck-cc.sh + XSM/FLASK M: Daniel P. Smith <dpsmith@apertussolutions.com> S: Supported
Add a section for the Xen MISRA Analysis Tools. Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> --- Changes from v2: - New patch, suggested by Stefano: https://lore.kernel.org/all/alpine.DEB.2.22.394.2305171232440.128889@ubuntu-linux-20-04-desktop/ --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)