criu/compel/arch/x86
Cyrill Gorcunov 2e16cc1e4f compel: Do not loose sign of result in compat syscall
Regs are present in unsigned format so convert them
into signed first to provide results.

In particular if memfd_create syscall failed we won't
notice -ENOMEM error but rather treat it as unsigned
hex value

 | (05.303002) Putting parasite blob into 0x7f1c6ffe0000->0xfffffff4
 | (05.303234) Putting tsock into pid 42773

Signed-off-by: Cyrill Gorcunov <gorcunov@virtuozzo.com>
Reviewed-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-11-23 20:23:14 +03:00
..
plugins arch: Fix sys_clone() arguments order 2017-09-21 00:45:10 +03:00
scripts compel: make plugins .a archives 2017-04-02 18:12:10 +03:00
src/lib compel: Do not loose sign of result in compat syscall 2017-11-23 20:23:14 +03:00