Commit d9c7787e authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

travis: lazy-pages: exclude futex test for older kernels

Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 07e53c77
...@@ -93,7 +93,7 @@ if [ $KERN_MAJ -ge "4" ] && [ $KERN_MIN -ge "11" ]; then ...@@ -93,7 +93,7 @@ if [ $KERN_MAJ -ge "4" ] && [ $KERN_MIN -ge "11" ]; then
else else
LAZY_EXCLUDE="-x maps007 -x fork -x fork2 -x uffd-events -x cgroupns LAZY_EXCLUDE="-x maps007 -x fork -x fork2 -x uffd-events -x cgroupns
-x socket_listen -x socket_listen6 -x cmdlinenv00 -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 fi
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04" LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment