aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-03-20 12:18:22 +0200
committerShuah Khan <shuahkh@osg.samsung.com>2017-04-11 09:38:39 -0600
commit7ba31340920f6fe6c97a29bccc2ba434395525bd (patch)
treea41f7b5c7a6c3322a964afbed959abf6509269d2 /tools/testing/selftests/vm
parentselftests: ftrace: add CONFIG_KPROBES=y to the config fragment (diff)
downloadlinux-dev-7ba31340920f6fe6c97a29bccc2ba434395525bd.tar.xz
linux-dev-7ba31340920f6fe6c97a29bccc2ba434395525bd.zip
selftests: vm: add CONFIG_SYSVIPC=y to the config fragment
vm tests rely on shared memory settings. Enable system V IPC to run these tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/vm')
-rw-r--r--tools/testing/selftests/vm/config1
1 files changed, 1 insertions, 0 deletions
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