LKML Archive on 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
2018-06-15 16:24 ` Shuah Khan
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
* Re: [PATCH v2] selftests: sync: add config fragment for testing sync framework
2018-06-14 9:57 [PATCH v2] selftests: sync: add config fragment for testing sync framework Anders Roxell
@ 2018-06-15 16:24 ` Shuah Khan
0 siblings, 0 replies; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2018-06-15 16:24 UTC | newest]
Thread overview: 2+ 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-15 16:24 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).