Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-12-02 Thread Shuah Khan
On 12/02/2014 09:20 AM, Christopher Covington wrote: > Hi Michael, > > On 12/02/2014 12:52 AM, Michael Ellerman wrote: >> Don't prevent the test building on non-x86. Just try and build it and >> let the chips fall where they may. >> >> Add support for CROSS_COMPILE while we're at it. Also we don't

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-12-02 Thread Christopher Covington
Hi Michael, On 12/02/2014 12:52 AM, Michael Ellerman wrote: > Don't prevent the test building on non-x86. Just try and build it and > let the chips fall where they may. > > Add support for CROSS_COMPILE while we're at it. Also we don't need a > custom rule for building kcmp_test. > > Signed-off-

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-12-01 Thread Michael Ellerman
On Thu, 2014-10-23 at 10:09 +0400, Cyrill Gorcunov wrote: > On Thu, Oct 23, 2014 at 04:07:14PM +1100, Michael Ellerman wrote: > > Don't prevent the test building on non-x86. Just try and build it and > > let the chips fall where they may. > > > > Signed-off-by: Michael Ellerman > > kcmp depends

[PATCH 3/3] selftests/kcmp: Always try to build the test

2014-12-01 Thread Michael Ellerman
Don't prevent the test building on non-x86. Just try and build it and let the chips fall where they may. Add support for CROSS_COMPILE while we're at it. Also we don't need a custom rule for building kcmp_test. Signed-off-by: Michael Ellerman --- eg: $ uname -m x86_64 $ make ARCH=powerpc header

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-12-01 Thread Michael Ellerman
On Thu, 2014-10-23 at 09:06 -0400, Christopher Covington wrote: > Hi Michael, > > On 10/23/2014 01:07 AM, Michael Ellerman wrote: > > Don't prevent the test building on non-x86. Just try and build it and > > let the chips fall where they may. > > As a user of kcmp via CRIU on arm and arm64, thank

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-12-01 Thread Shuah Khan
On 10/23/2014 07:52 AM, Shuah Khan wrote: > On 10/23/2014 07:06 AM, Christopher Covington wrote: >> Hi Michael, >> >> On 10/23/2014 01:07 AM, Michael Ellerman wrote: >>> Don't prevent the test building on non-x86. Just try and build it and >>> let the chips fall where they may. >> >> As a user of k

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-10-23 Thread Shuah Khan
On 10/23/2014 07:06 AM, Christopher Covington wrote: > Hi Michael, > > On 10/23/2014 01:07 AM, Michael Ellerman wrote: >> Don't prevent the test building on non-x86. Just try and build it and >> let the chips fall where they may. > > As a user of kcmp via CRIU on arm and arm64, thanks! > >> diff

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-10-23 Thread Christopher Covington
Hi Michael, On 10/23/2014 01:07 AM, Michael Ellerman wrote: > Don't prevent the test building on non-x86. Just try and build it and > let the chips fall where they may. As a user of kcmp via CRIU on arm and arm64, thanks! > diff --git a/tools/testing/selftests/kcmp/Makefile > b/tools/testing/se

Re: [PATCH 3/3] selftests/kcmp: Always try to build the test

2014-10-22 Thread Cyrill Gorcunov
On Thu, Oct 23, 2014 at 04:07:14PM +1100, Michael Ellerman wrote: > Don't prevent the test building on non-x86. Just try and build it and > let the chips fall where they may. > > Signed-off-by: Michael Ellerman kcmp depends on checkpoint/restore config symbol which is known to work on x86 and (i

[PATCH 3/3] selftests/kcmp: Always try to build the test

2014-10-22 Thread Michael Ellerman
Don't prevent the test building on non-x86. Just try and build it and let the chips fall where they may. Signed-off-by: Michael Ellerman --- tools/testing/selftests/kcmp/Makefile | 14 -- 1 file changed, 14 deletions(-) diff --git a/tools/testing/selftests/kcmp/Makefile b/tools/tes