Re: [PATCH v2 0/7] set clang minimum version to 10.0.1

From: Nick Desaulniers
Date: Wed Sep 02 2020 - 15:28:24 EST


On Tue, Sep 1, 2020 at 1:01 PM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> On Mon, Aug 31, 2020 at 05:23:19PM -0700, Nick Desaulniers wrote:
> > Adds a compile time #error to compiler-clang.h setting the effective
> > minimum supported version to clang 10.0.1. A separate patch has already
> > been picked up into the Documentation/ tree also confirming the version.
> >
> > Next are a series of reverts. One for 32b arm is a partial revert.
> >
> > Then Marco suggested fixes to KASAN docs.
> >
> > Finally, improve the warning for GCC too as per Kees.
> > [...]
> > 8 files changed, 16 insertions(+), 27 deletions(-)
>
> A nice simplification!
>
> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>
>
> (I do note that for Ubuntu 20.04, they're going to need to do an LLVM
> 10.0.0 -> 10.0.1 bump to do kernel builds for their latest LTS...)
>
> --
> Kees Cook

I'll collect relevant tags and fixup feedback and send akpm a v3,
maybe this afternoon. Thanks everyone for the reviews+feedback.

--
Thanks,
~Nick Desaulniers