Commit 48eb4b9a authored by Marco Elver's avatar Marco Elver Committed by Peter Zijlstra
Browse files

MAINTAINERS: Add entry for Context Analysis



Add entry for all new files added for Clang's context analysis.

Signed-off-by: default avatarMarco Elver <elver@google.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: default avatarBart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20251219154418.3592607-28-elver@google.com
parent 3635ad87
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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>