Re: [PATCH] selftests: membarrier: fix test by checking supported commands

2018-08-08 Thread Rafael David Tinoco
On Tue, Jul 31, 2018 at 12:15:37AM -0300, Rafael David Tinoco wrote: > Hello Shuah, > > On Mon, Jul 30, 2018 at 05:32:30PM -0600, Shuah Khan wrote: > > Hi Rafael, > > > > On 07/30/2018 10:05 AM, Rafael David Tinoco wrote: > > > Makes membarrier_test compatible with older kernels (LTS) by checking

Re: [PATCH] selftests: membarrier: fix test by checking supported commands

2018-07-30 Thread Rafael David Tinoco
Hello Shuah, On Mon, Jul 30, 2018 at 05:32:30PM -0600, Shuah Khan wrote: > Hi Rafael, > > On 07/30/2018 10:05 AM, Rafael David Tinoco wrote: > > Makes membarrier_test compatible with older kernels (LTS) by checking if > > the membarrier features exist before running the tests. > > > > Link: https:

Re: [PATCH] selftests: membarrier: fix test by checking supported commands

2018-07-30 Thread Shuah Khan
Hi Rafael, On 07/30/2018 10:05 AM, Rafael David Tinoco wrote: > Makes membarrier_test compatible with older kernels (LTS) by checking if > the membarrier features exist before running the tests. > > Link: https://bugs.linaro.org/show_bug.cgi?id=3771 > Signed-off-by: Rafael David Tinoco > Cc: #v

Re: [PATCH] selftests: membarrier: fix test by checking supported commands

2018-07-30 Thread Mathieu Desnoyers
- On Jul 30, 2018, at 12:05 PM, Rafael David Tinoco rafael.tin...@linaro.org wrote: > Makes membarrier_test compatible with older kernels (LTS) by checking if > the membarrier features exist before running the tests. > > Link: https://bugs.linaro.org/show_bug.cgi?id=3771 > Signed-off-by: Raf

[PATCH] selftests: membarrier: fix test by checking supported commands

2018-07-30 Thread Rafael David Tinoco
Makes membarrier_test compatible with older kernels (LTS) by checking if the membarrier features exist before running the tests. Link: https://bugs.linaro.org/show_bug.cgi?id=3771 Signed-off-by: Rafael David Tinoco Cc: #v4.17 --- .../selftests/membarrier/membarrier_test.c| 69 +++---