commit | bff124682eaa784596672bdd344b9b0f646035a2 | [log] [tgz] |
---|---|---|
author | Yannick Brosseau <scientist@fb.com> | Mon Jun 20 14:27:10 2016 -0700 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Mon Jun 27 13:19:24 2016 -0600 |
tree | b3e3230321e1e89dbbcd4a4cd32ee9225d57a5e2 | |
parent | ee65735dd5acecbf335f9aa32e3b129a1de9e184 [diff] |
selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test The default MEMLOCK limit is not big enough to accomodate all the current pages of the test program process, so the test fails at this step. By removing the MCL_CURRENT flag, we allow the mlockall call to succeed. The mmap is twice the size of the current limit, so it will still fail as expected. Signed-off-by: Yannick Brosseau <scientist@fb.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>