diff options
author | Nathan Chancellor <[email protected]> | 2021-05-31 14:06:30 -0700 |
---|---|---|
committer | Kees Cook <[email protected]> | 2021-06-14 09:12:09 -0700 |
commit | 3f1639f8f96c4c60ccf737b02c61eb7c59355a5b (patch) | |
tree | 37fb1d28250778f83f76a256f45447a9c33d794a | |
parent | d07f6ca923ea0927a1024dfccafc5b53b61cfecc (diff) |
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 <[email protected]>
Acked-by: Nick Desaulniers <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 008fcad7ac00..4ddf370572d3 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 <[email protected]> +M: Kees Cook <[email protected]> +R: Nathan Chancellor <[email protected]> +R: Nick Desaulniers <[email protected]> +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 <[email protected]> |