Re: [PATCH] lib/raid6: Fix arm64 test build

2018-11-06 Thread Catalin Marinas
On Tue, Nov 06, 2018 at 09:16:04AM +0100, Ard Biesheuvel wrote: > (+ Catalin, Will) > > On 6 November 2018 at 01:14, Jeremy Linton wrote: > > The lib/raid6/test fails to build the neon objects > > on arm64 because the correct machine type is 'aarch64'. > > > > Once this is correctly enabled, the

Re: [PATCH] lib/raid6: Fix arm64 test build

2018-11-06 Thread Catalin Marinas
On Tue, Nov 06, 2018 at 09:16:04AM +0100, Ard Biesheuvel wrote: > (+ Catalin, Will) > > On 6 November 2018 at 01:14, Jeremy Linton wrote: > > The lib/raid6/test fails to build the neon objects > > on arm64 because the correct machine type is 'aarch64'. > > > > Once this is correctly enabled, the

Re: [PATCH] lib/raid6: Fix arm64 test build

2018-11-06 Thread Ard Biesheuvel
(+ Catalin, Will) On 6 November 2018 at 01:14, Jeremy Linton wrote: > The lib/raid6/test fails to build the neon objects > on arm64 because the correct machine type is 'aarch64'. > > Once this is correctly enabled, the neon recovery objects > need to be added to the build. > > Signed-off-by:

Re: [PATCH] lib/raid6: Fix arm64 test build

2018-11-06 Thread Ard Biesheuvel
(+ Catalin, Will) On 6 November 2018 at 01:14, Jeremy Linton wrote: > The lib/raid6/test fails to build the neon objects > on arm64 because the correct machine type is 'aarch64'. > > Once this is correctly enabled, the neon recovery objects > need to be added to the build. > > Signed-off-by:

[PATCH] lib/raid6: Fix arm64 test build

2018-11-05 Thread Jeremy Linton
The lib/raid6/test fails to build the neon objects on arm64 because the correct machine type is 'aarch64'. Once this is correctly enabled, the neon recovery objects need to be added to the build. Signed-off-by: Jeremy Linton --- lib/raid6/test/Makefile | 4 ++-- 1 file changed, 2

[PATCH] lib/raid6: Fix arm64 test build

2018-11-05 Thread Jeremy Linton
The lib/raid6/test fails to build the neon objects on arm64 because the correct machine type is 'aarch64'. Once this is correctly enabled, the neon recovery objects need to be added to the build. Signed-off-by: Jeremy Linton --- lib/raid6/test/Makefile | 4 ++-- 1 file changed, 2