criu/compel/arch
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
..
aarch64 aarch64: copy the sigcontext structure from the kernel headers 2017-10-22 06:35:21 +03:00
arm arch: Fix sys_clone() arguments order 2017-09-21 00:45:10 +03:00
ppc64 arch: Fix sys_clone() arguments order 2017-09-21 00:45:10 +03:00
s390 s390: Add runtime-instrumentation support 2017-10-17 08:40:44 +03:00
x86 compel: Do not loose sign of result in compat syscall 2017-11-23 20:23:14 +03:00