]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: Add entry for Context Analysis
authorMarco Elver <elver@google.com>
Fri, 19 Dec 2025 15:40:16 +0000 (16:40 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 5 Jan 2026 15:43:34 +0000 (16:43 +0100)
Add entry for all new files added for Clang's context analysis.

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20251219154418.3592607-28-elver@google.com
MAINTAINERS

index 5b11839cba9de1e9e43f63787578edd8c429ca39..2953b466107e192f8a82f9d145542d09398d1235 100644 (file)
@@ -6132,6 +6132,17 @@ M:       Nelson Escobar <neescoba@cisco.com>
 S:     Supported
 F:     drivers/infiniband/hw/usnic/
 
+CLANG CONTEXT ANALYSIS
+M:     Marco Elver <elver@google.com>
+R:     Bart Van Assche <bvanassche@acm.org>
+L:     llvm@lists.linux.dev
+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 <samitolvanen@google.com>
 M:     Kees Cook <kees@kernel.org>