[CRIU] [PATCH 1/3] travis: lazy-pages: exclude futex test for older kernels

Mike Rapoport rppt at linux.vnet.ibm.com
Tue Oct 2 15:20:29 MSK 2018


Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
 scripts/travis/travis-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index f46c99f..aaa208c 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -93,7 +93,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 lazy-thp"
+		      -x socket_close_data01 -x file_read -x lazy-thp -x futex"
 fi
 LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"
 
-- 
2.7.4



More information about the CRIU mailing list