Re: [PATCH 1/4] powerpc: convert to copy_thread_tls
From: Michael Ellerman <hidden>
Date: 2019-09-02 04:07:13
From: Michael Ellerman <hidden>
Date: 2019-09-02 04:07:13
On Tue, 2019-08-27 at 03:30:06 UTC, Nicholas Piggin wrote:
Commit 3033f14ab78c3 ("clone: support passing tls argument via C rather
than pt_regs magic") introduced the HAVE_COPY_THREAD_TLS option. Use it
to avoid a subtle assumption about the argument ordering of clone type
syscalls.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>Patches 1 & 2 applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/facd04a904ff6cdc6ee85d6e85d500f478a1bec4 cheers