Re: [PATCH 1/2] selftests: vm: Do not override definition of ARCH

2020-04-10 Thread Shuah Khan
On 2/10/20 7:49 PM, Michael Ellerman wrote: Sandipan Das writes: Independent builds of the vm selftests is currently broken because commit 7549b3364201 overrides the value of ARCH with the machine name from uname. This does not always match the architecture names used for tasks like header inst

Re: [PATCH 1/2] selftests: vm: Do not override definition of ARCH

2020-02-10 Thread Michael Ellerman
Sandipan Das writes: > Independent builds of the vm selftests is currently broken > because commit 7549b3364201 overrides the value of ARCH with > the machine name from uname. This does not always match the > architecture names used for tasks like header installation. > > E.g. for building tests o

[PATCH 1/2] selftests: vm: Do not override definition of ARCH

2020-01-29 Thread Sandipan Das
Independent builds of the vm selftests is currently broken because commit 7549b3364201 overrides the value of ARCH with the machine name from uname. This does not always match the architecture names used for tasks like header installation. E.g. for building tests on powerpc64, we need ARCH=powerpc