diff mbox series

[v3,3/3] maintainers: Add Xen MISRA Analysis Tools section

Message ID 20230525083401.3838462-4-luca.fancellu@arm.com (mailing list archive)
State Accepted
Headers show
Series diff-report.py tool | expand

Commit Message

Luca Fancellu May 25, 2023, 8:34 a.m. UTC
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(+)

Comments

Stefano Stabellini May 25, 2023, 8:11 p.m. UTC | #1
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 mbox series

Patch

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