diff mbox series

[3/3] selftests: vm: add CONFIG_SYSVIPC=y to the config fragment

Message ID 20170320101822.28238-4-fathi.boudra@linaro.org
State Accepted
Commit 7ba31340920f6fe6c97a29bccc2ba434395525bd
Headers show
Series selftests: config fragments update | expand

Commit Message

Fathi Boudra March 20, 2017, 10:18 a.m. UTC
vm tests rely on shared memory settings. Enable system V IPC to run these
tests.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>

---
 tools/testing/selftests/vm/config | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0
diff mbox series

Patch

diff --git a/tools/testing/selftests/vm/config b/tools/testing/selftests/vm/config
index 698c7ed28a26..1c0d76cb5adf 100644
--- a/tools/testing/selftests/vm/config
+++ b/tools/testing/selftests/vm/config
@@ -1 +1,2 @@ 
+CONFIG_SYSVIPC=y
 CONFIG_USERFAULTFD=y