All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] selftests: sync: add config fragment for testing sync framework
@ 2018-06-14  9:57 ` anders.roxell
  0 siblings, 0 replies; 6+ messages in thread
From: Anders Roxell @ 2018-06-14  9:57 UTC (permalink / raw)
  To: shuah; +Cc: linux-kernel, linux-kselftest, Fathi Boudra, Anders Roxell

From: Fathi Boudra <fathi.boudra@linaro.org>

Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled,
the sync test will be skipped:

TAP version 13
1..0 # Skipped: Sync framework not supported by kernel

Add a config fragment file to be able to run "make kselftest-merge" to
enable relevant configuration required in order to run the sync test.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Link: https://lkml.org/lkml/2017/5/5/14
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/sync/config | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/sync/config

diff --git a/tools/testing/selftests/sync/config b/tools/testing/selftests/sync/config
new file mode 100644
index 000000000000..1ab7e8130db2
--- /dev/null
+++ b/tools/testing/selftests/sync/config
@@ -0,0 +1,4 @@
+CONFIG_STAGING=y
+CONFIG_ANDROID=y
+CONFIG_SYNC=y
+CONFIG_SW_SYNC=y
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2] selftests: sync: add config fragment for testing sync framework
@ 2018-06-14  9:57 ` anders.roxell
  0 siblings, 0 replies; 6+ messages in thread
From: anders.roxell @ 2018-06-14  9:57 UTC (permalink / raw)


From: Fathi Boudra <fathi.boudra at linaro.org>

Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled,
the sync test will be skipped:

TAP version 13
1..0 # Skipped: Sync framework not supported by kernel

Add a config fragment file to be able to run "make kselftest-merge" to
enable relevant configuration required in order to run the sync test.

Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
Link: https://lkml.org/lkml/2017/5/5/14
Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
---
 tools/testing/selftests/sync/config | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/sync/config

diff --git a/tools/testing/selftests/sync/config b/tools/testing/selftests/sync/config
new file mode 100644
index 000000000000..1ab7e8130db2
--- /dev/null
+++ b/tools/testing/selftests/sync/config
@@ -0,0 +1,4 @@
+CONFIG_STAGING=y
+CONFIG_ANDROID=y
+CONFIG_SYNC=y
+CONFIG_SW_SYNC=y
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2] selftests: sync: add config fragment for testing sync framework
@ 2018-06-14  9:57 ` anders.roxell
  0 siblings, 0 replies; 6+ messages in thread
From: Anders Roxell @ 2018-06-14  9:57 UTC (permalink / raw)


From: Fathi Boudra <fathi.boudra@linaro.org>

Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled,
the sync test will be skipped:

TAP version 13
1..0 # Skipped: Sync framework not supported by kernel

Add a config fragment file to be able to run "make kselftest-merge" to
enable relevant configuration required in order to run the sync test.

Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
Link: https://lkml.org/lkml/2017/5/5/14
Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
---
 tools/testing/selftests/sync/config | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/sync/config

diff --git a/tools/testing/selftests/sync/config b/tools/testing/selftests/sync/config
new file mode 100644
index 000000000000..1ab7e8130db2
--- /dev/null
+++ b/tools/testing/selftests/sync/config
@@ -0,0 +1,4 @@
+CONFIG_STAGING=y
+CONFIG_ANDROID=y
+CONFIG_SYNC=y
+CONFIG_SW_SYNC=y
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] selftests: sync: add config fragment for testing sync framework
  2018-06-14  9:57 ` anders.roxell
  (?)
@ 2018-06-15 16:24   ` shuah
  -1 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2018-06-15 16:24 UTC (permalink / raw)
  To: Anders Roxell; +Cc: linux-kernel, linux-kselftest, Fathi Boudra, Shuah Khan

On 06/14/2018 03:57 AM, Anders Roxell wrote:
> From: Fathi Boudra <fathi.boudra@linaro.org>
> 
> Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled,
> the sync test will be skipped:
> 
> TAP version 13
> 1..0 # Skipped: Sync framework not supported by kernel
> 
> Add a config fragment file to be able to run "make kselftest-merge" to
> enable relevant configuration required in order to run the sync test.
> 
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> Link: https://lkml.org/lkml/2017/5/5/14
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---

Thanks. Applied to linux-kselftest next for 4.18-rc2 fixes update

thanks,
-- Shuah
 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] selftests: sync: add config fragment for testing sync framework
@ 2018-06-15 16:24   ` shuah
  0 siblings, 0 replies; 6+ messages in thread
From: shuah @ 2018-06-15 16:24 UTC (permalink / raw)


On 06/14/2018 03:57 AM, Anders Roxell wrote:
> From: Fathi Boudra <fathi.boudra at linaro.org>
> 
> Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled,
> the sync test will be skipped:
> 
> TAP version 13
> 1..0 # Skipped: Sync framework not supported by kernel
> 
> Add a config fragment file to be able to run "make kselftest-merge" to
> enable relevant configuration required in order to run the sync test.
> 
> Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
> Link: https://lkml.org/lkml/2017/5/5/14
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> ---

Thanks. Applied to linux-kselftest next for 4.18-rc2 fixes update

thanks,
-- Shuah
 

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] selftests: sync: add config fragment for testing sync framework
@ 2018-06-15 16:24   ` shuah
  0 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2018-06-15 16:24 UTC (permalink / raw)


On 06/14/2018 03:57 AM, Anders Roxell wrote:
> From: Fathi Boudra <fathi.boudra at linaro.org>
> 
> Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled,
> the sync test will be skipped:
> 
> TAP version 13
> 1..0 # Skipped: Sync framework not supported by kernel
> 
> Add a config fragment file to be able to run "make kselftest-merge" to
> enable relevant configuration required in order to run the sync test.
> 
> Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
> Link: https://lkml.org/lkml/2017/5/5/14
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> ---

Thanks. Applied to linux-kselftest next for 4.18-rc2 fixes update

thanks,
-- Shuah
 

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-15 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14  9:57 [PATCH v2] selftests: sync: add config fragment for testing sync framework Anders Roxell
2018-06-14  9:57 ` Anders Roxell
2018-06-14  9:57 ` anders.roxell
2018-06-15 16:24 ` Shuah Khan
2018-06-15 16:24   ` Shuah Khan
2018-06-15 16:24   ` shuah

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.