Re: [PATCH v4] selftests: membarrier: reorganized test for LTS supportability

2018-09-21 Thread Shuah Khan
On 09/03/2018 01:04 PM, Rafael David Tinoco wrote: > This commit re-organizes membarrier test, solving issues when testing > LTS kernels. Now, the code: > > - always run the same amount of tests (even on older kernels). > - allows each test to succeed, fail or be skipped independently. > -

Re: [PATCH v4] selftests: membarrier: reorganized test for LTS supportability

2018-09-21 Thread Shuah Khan
On 09/03/2018 01:04 PM, Rafael David Tinoco wrote: > This commit re-organizes membarrier test, solving issues when testing > LTS kernels. Now, the code: > > - always run the same amount of tests (even on older kernels). > - allows each test to succeed, fail or be skipped independently. > -

Re: [PATCH v4] selftests: membarrier: reorganized test for LTS supportability

2018-09-03 Thread Rafael David Tinoco
On Mon, Sep 3, 2018 at 4:05 PM Rafael David Tinoco wrote: > > This commit re-organizes membarrier test, solving issues when testing > LTS kernels. Now, the code: > > - always run the same amount of tests (even on older kernels). > - allows each test to succeed, fail or be skipped independently.

Re: [PATCH v4] selftests: membarrier: reorganized test for LTS supportability

2018-09-03 Thread Rafael David Tinoco
On Mon, Sep 3, 2018 at 4:05 PM Rafael David Tinoco wrote: > > This commit re-organizes membarrier test, solving issues when testing > LTS kernels. Now, the code: > > - always run the same amount of tests (even on older kernels). > - allows each test to succeed, fail or be skipped independently.

[PATCH v4] selftests: membarrier: reorganized test for LTS supportability

2018-09-03 Thread Rafael David Tinoco
This commit re-organizes membarrier test, solving issues when testing LTS kernels. Now, the code: - always run the same amount of tests (even on older kernels). - allows each test to succeed, fail or be skipped independently. - allows testing features even when explicitly unsupported

[PATCH v4] selftests: membarrier: reorganized test for LTS supportability

2018-09-03 Thread Rafael David Tinoco
This commit re-organizes membarrier test, solving issues when testing LTS kernels. Now, the code: - always run the same amount of tests (even on older kernels). - allows each test to succeed, fail or be skipped independently. - allows testing features even when explicitly unsupported