diff options
author | Marco Elver <elver@google.com> | 2025-03-04 10:21:33 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2025-03-04 16:43:11 +0100 |
commit | c90cac58f80cc4268e8799fe51a0ced91220428a (patch) | |
tree | 702ed33e2af3c86d0ec168950071564ccc625f23 | |
parent | d7ba65156485a68f7d9716b8031b93b03ff7756a (diff) | |
download | queue-locking/core.tar.gz |
MAINTAINERS: Add entry for Capability Analysislocking/core
Add entry for all new files added for Clang's capability analysis.
Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250304092417.2873893-35-elver@google.com
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index efee40ea589f70..5952c0c5e79a01 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5637,6 +5637,17 @@ M: Nelson Escobar <neescoba@cisco.com> S: Supported F: drivers/infiniband/hw/usnic/ +CLANG CAPABILITY 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/capability-analysis.rst +F: include/linux/compiler-capability-analysis.h +F: lib/test_capability-analysis.c +F: scripts/Makefile.capability-analysis +F: scripts/capability-analysis-suppression.txt + CLANG CONTROL FLOW INTEGRITY SUPPORT M: Sami Tolvanen <samitolvanen@google.com> M: Kees Cook <kees@kernel.org> |