Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: Add entry for Context Analysis

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

authored by

Marco Elver and committed by
Peter Zijlstra
48eb4b9a 3635ad87

+11
+11
MAINTAINERS
··· 6132 6132 S: Supported 6133 6133 F: drivers/infiniband/hw/usnic/ 6134 6134 6135 + CLANG CONTEXT ANALYSIS 6136 + M: Marco Elver <elver@google.com> 6137 + R: Bart Van Assche <bvanassche@acm.org> 6138 + L: llvm@lists.linux.dev 6139 + S: Maintained 6140 + F: Documentation/dev-tools/context-analysis.rst 6141 + F: include/linux/compiler-context-analysis.h 6142 + F: lib/test_context-analysis.c 6143 + F: scripts/Makefile.context-analysis 6144 + F: scripts/context-analysis-suppression.txt 6145 + 6135 6146 CLANG CONTROL FLOW INTEGRITY SUPPORT 6136 6147 M: Sami Tolvanen <samitolvanen@google.com> 6137 6148 M: Kees Cook <kees@kernel.org>