Re: [PATCH v2] MAINTAINERS: Add Clang CFI section

From: Nick Desaulniers
Date: Tue Jun 01 2021 - 13:08:20 EST


On Mon, May 31, 2021 at 2:06 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> 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 <nathan@xxxxxxxxxx>

Acked-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>

> ---
>
> v1 -> v2:
>
> * Add "git " in front of the "T:" entry to match the rest of MAINTAINERS
>
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> 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 <samitolvanen@xxxxxxxxxx>
> +M: Kees Cook <keescook@xxxxxxxxxxxx>
> +R: Nathan Chancellor <nathan@xxxxxxxxxx>
> +R: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
> +L: clang-built-linux@xxxxxxxxxxxxxxxx
> +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 <konrad.wilk@xxxxxxxxxx>
> L: linux-kernel@xxxxxxxxxxxxxxx
>
> base-commit: 24845dcb170e16b3100bd49743687648c71387ae
> --
> 2.32.0.rc0

--
Thanks,
~Nick Desaulniers