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

2020-09-07 Thread Nathan Chancellor
On Mon, Sep 07, 2020 at 12:12:30PM -0400, Arvind Sankar wrote: > On Wed, Sep 02, 2020 at 03:59:04PM -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

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

2020-09-07 Thread Will Deacon
On Wed, Sep 02, 2020 at 03:59:04PM -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. Modulo my ho

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

2020-09-07 Thread Arvind Sankar
On Wed, Sep 02, 2020 at 03:59:04PM -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. > Is 10.0.1

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

2020-09-03 Thread Miguel Ojeda
On Thu, Sep 3, 2020 at 7:28 PM Nathan Chancellor wrote: > > I would say this should go through either Andrew or Masahiro. We do not > have a formal git tree plus I believe there are other things that need > to happen before we can push stuff to Linus. Note that a git.kernel.org repo/account isn't

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

2020-09-03 Thread Nathan Chancellor
On Thu, Sep 03, 2020 at 04:06:43PM +0200, Sedat Dilek wrote: > On Thu, Sep 3, 2020 at 12:59 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

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

2020-09-03 Thread Sedat Dilek
On Thu, Sep 3, 2020 at 12:59 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 serie

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

2020-09-02 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