• Dmitry Safonov's avatar
    ia32/futex: restore compat_robust_list · 9e3e4656
    Dmitry Safonov authored
    The same as for Checkpointing - we need to call 32-bit syscall
    for compatible tasks here to correctly restore compat_robust_list,
    not robust_list.
    
    Note: I check here restorer's *task* arg for compatible mode, not
    restorer *thread* arg. As changing application's mode during runtime
    is very rare thing itself, application that runs different bitness
    threads is most likely not present at all.
    If we ever meet such application, this could be improved.
    Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    9e3e4656
Name
Last commit
Last update
..
Makefile Loading commit data...
Makefile.library Loading commit data...
parasite-vdso.c Loading commit data...
parasite.c Loading commit data...
pie-relocs.h Loading commit data...
restorer.c Loading commit data...
util-vdso-elf32.c Loading commit data...
util-vdso.c Loading commit data...
util.c Loading commit data...