• Dmitry Safonov's avatar
    vdso: Don't drop original VVAR VMA on dump · 33b5b417
    Dmitry Safonov authored
    I think, it's better if we still restore the original vvar
    as some code may expect vma to be there or may dereference
    pointer there.
    E.g., if we checkpointed task while it was on vdso page,
    it'll dereference pointer to vvar. Better keep it in vmas.
    
    So, the original code deleted it becase it was proxy_vvar_marked,
    which I think is misnaming problem.
    Having two vvar addresses named rt_ and orig_ describes what to
    do with them on dump.
    Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    33b5b417
parasite.h 4.91 KB