• Pavel Emelyanov's avatar
    zdtm: Remove unneeded re-exec · b9697482
    Pavel Emelyanov authored
    When starting inside ns flavor the test_init() routine prepares
    the binary to be run inside namespaces. In particular this routine
    fork()-s an init, execve()-s one to pick up mappings and exe from
    the new mntns and then fork()-s the test itself. In order to go
    back to test_init() for test initialization the execve() is done
    again, but it's actually not required and confuses the reader.
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    b9697482
Name
Last commit
Last update
..
app-emu Loading commit data...
bers Loading commit data...
crit Loading commit data...
ext-links Loading commit data...
fault-injection Loading commit data...
inhfd Loading commit data...
jenkins Loading commit data...
libcriu Loading commit data...
mem-snap Loading commit data...
mounts Loading commit data...
overlayfs Loading commit data...
pipes Loading commit data...
rpc Loading commit data...
security Loading commit data...
socketpairs Loading commit data...
tcp Loading commit data...
unix-callback Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
Makefile.zdtm Loading commit data...
app-emu.sh Loading commit data...
env.sh Loading commit data...
functions.sh Loading commit data...
inhfd.desc Loading commit data...
maps.py Loading commit data...
post-dump.sh Loading commit data...
zdtm.desc Loading commit data...
zdtm.py Loading commit data...
zdtm.sh Loading commit data...
zdtm_ct.c Loading commit data...
zdtm_mount_cgroups Loading commit data...