criu/compel/arch
Kirill Tkhai b85b5bcad9 arch: Fix sys_clone() arguments order
The right order for all of our 4 archs is:

SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
                 int __user *, parent_tidptr,
                 unsigned long, tls,
                 int __user *, child_tidptr)

See Linux kernel for the details.

Note, this is just a fix, and it's not connected with the second patch.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-09-21 00:45:10 +03:00
..
aarch64 compel/aarch64: glibc renamed ucontext to ucontext_t 2017-08-09 18:51:42 +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 compel: Save thread registers before executing parasite code 2017-08-15 14:52:15 +03:00
x86 arch: Fix sys_clone() arguments order 2017-09-21 00:45:10 +03:00