Re: [PATCH 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

2020-11-06 Thread Arnd Bergmann
On Fri, Nov 6, 2020 at 7:03 PM Nathan Chancellor wrote: > On Fri, Nov 06, 2020 at 03:46:36PM +0100, Arnd Bergmann wrote: > > > > If it is intentional that we now silently build this code with clang > > without it working as intended, that should be mentioned in the > > changelog. > > Maybe patch

Re: [PATCH 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

2020-11-06 Thread Nathan Chancellor
On Fri, Nov 06, 2020 at 03:46:36PM +0100, Arnd Bergmann wrote: > On Fri, Nov 6, 2020 at 6:14 AM Adrian Ratiu > wrote: > > > > From: Nathan Chancellor > > > > Drop warning because kernel now requires GCC >= v4.9 after > > commit 6ec4476ac825 ("Raise gcc version requirement to 4.9"). > > > >

Re: [PATCH 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

2020-11-06 Thread Arnd Bergmann
On Fri, Nov 6, 2020 at 6:14 AM Adrian Ratiu wrote: > > From: Nathan Chancellor > > Drop warning because kernel now requires GCC >= v4.9 after > commit 6ec4476ac825 ("Raise gcc version requirement to 4.9"). > > Reported-by: Nick Desaulniers > Signed-off-by: Nathan Chancellor > Signed-off-by:

[PATCH 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

2020-11-05 Thread Adrian Ratiu
From: Nathan Chancellor Drop warning because kernel now requires GCC >= v4.9 after commit 6ec4476ac825 ("Raise gcc version requirement to 4.9"). Reported-by: Nick Desaulniers Signed-off-by: Nathan Chancellor Signed-off-by: Adrian Ratiu --- arch/arm/lib/xor-neon.c | 9 + 1 file