Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.vnet.ibm.com>2017-10-15 09:16:40 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-10-22 06:34:39 +0300
commit9ad12876691483a8c14cc4394db0f8f9fcdfd8c5 (patch)
treebe4cbe52fcc9d138deb42d92754d54ecf7939070 /scripts/travis
parent62cc04df6901b0dc1b7db76b079189a48959d94d (diff)
travis/lazy-pages: exclude lazy-thp for older kernels
The lazy-thp may fail with older kernels if khugepaded will be fast enough to merge pages in the partially populated areas. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/travis-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index 55adb4e96..d4321aed6 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -84,7 +84,7 @@ if [ $KERN_MAJ -ge "4" ] && [ $KERN_MIN -ge "11" ]; then
else
LAZY_EXCLUDE="-x maps007 -x fork -x fork2 -x uffd-events -x cgroupns
-x socket_listen -x socket_listen6 -x cmdlinenv00
- -x socket_close_data01 -x file_read"
+ -x socket_close_data01 -x file_read -x lazy-thp"
fi
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"