commit | b563325f0a5497b6134f24bea03a86b21272960f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Apr 05 11:56:17 2014 -0700 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 09 12:33:12 2014 +0000 |
tree | 79dac8a8cd9d52b5111bdad033c39bf8be94d607 | |
parent | 391c0d8cc5d78b20025355025ba43f0c9897126d [diff] |
x86-64: fix clone(2) argument order for x86 processes Without this patch, strace claims that parent_tidptr == tls, which is clearly wrong. It is expected that parent_tidptr == child_tidptr. * process.c [X86_64] (ARG_CTID, ARG_TLS): Take current personality into account. Signed-off-by: Elliott Hughes <enh@google.com> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>