• Tycho Andersen's avatar
    remap: add a dead pid /proc remap · f020bef7
    Tycho Andersen authored
    If a file like /proc/20/mountinfo is open, but 20 is a zombie (or doesn't exist
    any more), we can't read this file at all, so a link remap won't work. Instead,
    we add a new remap, called the dead process remap, which forks a TASK_HELPER as
    that dead pid so that the restore task can open the new /proc/20/mountinfo
    instead.
    
    This commit also adds a new stage CR_STATE_RESTORE_SHARED. Since new
    TASK_HELPERS are added when loading the shared resource images, we need to wait
    to start forking tasks until after these resources are loaded.
    
    v2: fix a mutex bug
    Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    f020bef7
remap-file-path.proto 202 Bytes