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:
parent
edd552619e
commit
f20dfbdd95
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user