mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 20:42:49 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue