From: Nathan Chancellor Date: Mon, 31 May 2021 21:06:30 +0000 (-0700) Subject: MAINTAINERS: Add Clang CFI section X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f1639f8f96c4c60ccf737b02c61eb7c59355a5b;p=linux.git MAINTAINERS: Add Clang CFI section Sami is the primary developer and Kees has been chauffeuring the patches to Linus so ensure they are always kept in the loop about proposed changes to these files. Add Nick and I as reviewers so we are CC'd as well. Fixes: cf68fffb66d6 ("add support for Clang CFI") Signed-off-by: Nathan Chancellor Acked-by: Nick Desaulniers Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20210531210629.864888-1-nathan@kernel.org --- diff --git a/MAINTAINERS b/MAINTAINERS index 008fcad7ac008..4ddf370572d31 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4436,6 +4436,18 @@ F: include/linux/compiler-clang.h F: scripts/clang-tools/ K: \b(?i:clang|llvm)\b +CLANG CONTROL FLOW INTEGRITY SUPPORT +M: Sami Tolvanen +M: Kees Cook +R: Nathan Chancellor +R: Nick Desaulniers +L: clang-built-linux@googlegroups.com +S: Supported +B: https://github.com/ClangBuiltLinux/linux/issues +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/clang/features +F: include/linux/cfi.h +F: kernel/cfi.c + CLEANCACHE API M: Konrad Rzeszutek Wilk L: linux-kernel@vger.kernel.org