From: Marco Elver Date: Fri, 19 Dec 2025 15:40:16 +0000 (+0100) Subject: MAINTAINERS: Add entry for Context Analysis X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48eb4b9a3d5c305f93d3cfd0eddffa305884597f;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: Add entry for Context Analysis Add entry for all new files added for Clang's context analysis. Signed-off-by: Marco Elver Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Bart Van Assche Link: https://patch.msgid.link/20251219154418.3592607-28-elver@google.com --- diff --git a/MAINTAINERS b/MAINTAINERS index 5b11839cba9de..2953b466107e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6132,6 +6132,17 @@ M: Nelson Escobar S: Supported F: drivers/infiniband/hw/usnic/ +CLANG CONTEXT ANALYSIS +M: Marco Elver +R: Bart Van Assche +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 M: Kees Cook