Add entry for all new files added for Clang's context analysis. Signed-off-by: Marco Elver <[email protected]> Reviewed-by: Bart Van Assche <[email protected]> --- v4: * Rename capability -> context analysis. --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index e64b94e6b5a9..0445478f74c7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6029,6 +6029,17 @@ M: Nelson Escobar <[email protected]> S: Supported F: drivers/infiniband/hw/usnic/ +CLANG CONTEXT ANALYSIS +M: Marco Elver <[email protected]> +R: Bart Van Assche <[email protected]> +L: [email protected] +S: Maintained +F: Documentation/dev-tools/context-analysis.rst +F: include/linux/compiler-context-analysis.h +F: lib/test_context-analysis.c +F: scripts/Makefile.context-analysis +F: scripts/context-analysis-suppression.txt + CLANG CONTROL FLOW INTEGRITY SUPPORT M: Sami Tolvanen <[email protected]> M: Kees Cook <[email protected]> -- 2.52.0.rc1.455.g30608eb744-goog
