[PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
Marco Elver <[email protected]> Fri, 19 Dec 2025 16:40:16 +0100
| Newsgroups | org.kernel.vger.linux-sparse,dev.linux.lists.llvm,org.kernel.vger.linux-crypto,org.kernel.vger.linux-doc,org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel,org.kernel.vger.linux-security-module,org.kernel.vger.linux-wireless,org.kernel.vger.rcu,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
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 5b11839cba9d..2953b466107e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6132,6 +6132,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.322.g1dd061c0dc-goog