diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-03-20 12:18:22 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-11 09:38:39 -0600 |
commit | 7ba31340920f6fe6c97a29bccc2ba434395525bd (patch) | |
tree | a41f7b5c7a6c3322a964afbed959abf6509269d2 /tools/testing/selftests | |
parent | f13b1731743b6dc132416a81e1d5206a89f67e21 (diff) | |
download | linux-7ba31340920f6fe6c97a29bccc2ba434395525bd.tar.gz linux-7ba31340920f6fe6c97a29bccc2ba434395525bd.tar.bz2 linux-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')
-rw-r--r-- | tools/testing/selftests/vm/config | 1 |
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 |