Re: [PATCH 5/7] selftests: disable seccomp for arm64

2015-08-25 Thread Bamvor Zhang Jian
Hi, Michael On 08/24/2015 11:48 AM, Michael Ellerman wrote: > On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: >> Currently, seccomp need the __NR_poll which is not supported >> by arm64(There is only __NR_ppoll). I am not sure we should >> skip this test testcase or update the seccomp

Re: [PATCH 5/7] selftests: disable seccomp for arm64

2015-08-25 Thread Bamvor Zhang Jian
Hi, Michael On 08/24/2015 11:48 AM, Michael Ellerman wrote: On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: Currently, seccomp need the __NR_poll which is not supported by arm64(There is only __NR_ppoll). I am not sure we should skip this test testcase or update the seccomp

Re: [PATCH 5/7] selftests: disable seccomp for arm64

2015-08-23 Thread Michael Ellerman
On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: > Currently, seccomp need the __NR_poll which is not supported > by arm64(There is only __NR_ppoll). I am not sure we should > skip this test testcase or update the seccomp without __NR_poll. You should fix or skip the test that needs

Re: [PATCH 5/7] selftests: disable seccomp for arm64

2015-08-23 Thread Michael Ellerman
On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: Currently, seccomp need the __NR_poll which is not supported by arm64(There is only __NR_ppoll). I am not sure we should skip this test testcase or update the seccomp without __NR_poll. You should fix or skip the test that needs

[PATCH 5/7] selftests: disable seccomp for arm64

2015-08-14 Thread Bamvor Jian Zhang
Currently, seccomp need the __NR_poll which is not supported by arm64(There is only __NR_ppoll). I am not sure we should skip this test testcase or update the seccomp without __NR_poll. Signed-off-by: Bamvor Jian Zhang --- tools/testing/selftests/seccomp/Makefile | 6 ++ 1 file changed, 6

[PATCH 5/7] selftests: disable seccomp for arm64

2015-08-14 Thread Bamvor Jian Zhang
Currently, seccomp need the __NR_poll which is not supported by arm64(There is only __NR_ppoll). I am not sure we should skip this test testcase or update the seccomp without __NR_poll. Signed-off-by: Bamvor Jian Zhang bamvor.zhangj...@linaro.org --- tools/testing/selftests/seccomp/Makefile | 6