2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

zdtm: skip linux-vdso64.so when a new root is contructed

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Acked-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrew Vagin 2015-09-04 16:10:24 +03:00 committed by Pavel Emelyanov
parent edd552619e
commit f20dfbdd95

View File

@ -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 }