[CRIU] [PATCH 2/2] zdtm: skip linux-vdso64.so when a new root is contructed

Andrey Vagin avagin at openvz.org
Fri Sep 4 06:10:24 PDT 2015


From: Andrew Vagin <avagin at openvz.org>

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/zdtm.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/zdtm.sh b/test/zdtm.sh
index feece7c..b21ccdd 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -473,6 +473,7 @@ construct_root()
 	local libs=$(ldd $test_path $ps_path | awk '
 		!/^[ \t]/ { next }
 		/linux-vdso\.so/ { next }
+		/linux-vdso64\.so/ { next }
 		/linux-gate\.so/ { next }
 		/not a dynamic executable$/ { next }
 		$2 ~ /^=>$/ { print $3; next }
-- 
2.4.3



More information about the CRIU mailing list