criu/compel/arch/x86/plugins/std/syscalls
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
..
Makefile.syscalls compel: make plugins .a archives 2017-04-02 18:12:10 +03:00
syscall-common-x86-32.S compel: plugins,std -- Add prologue.S 2017-03-14 23:58:09 +03:00
syscall-common-x86-64.S compel: plugins,std -- Add prologue.S 2017-03-14 23:58:09 +03:00
syscall32.c compel: Remove criu's int.h from infect 2017-03-15 00:06:02 +03:00
syscall_32.tbl arch: Fix sys_clone() arguments order 2017-09-21 00:45:10 +03:00
syscall_64.tbl arch: Fix sys_clone() arguments order 2017-09-21 00:45:10 +03:00