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

2020-09-02 Thread Nick Desaulniers
On Tue, Sep 1, 2020 at 1:01 PM Kees Cook 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 Doc

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

2020-09-01 Thread Kees Cook
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

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

2020-09-01 Thread Sedat Dilek
On Tue, Sep 1, 2020 at 2:23 AM 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

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

2020-08-31 Thread Nick Desaulniers
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 sugge