Re: [PATCH 1/4] powerpc: convert to copy_thread_tls

2019-09-01 Thread Michael Ellerman
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. > > Si

Re: [PATCH 1/4] powerpc: convert to copy_thread_tls

2019-08-27 Thread Christophe Leroy
Le 27/08/2019 à 12:13, Nicholas Piggin a écrit : Christophe Leroy's on August 27, 2019 4:07 pm: Le 27/08/2019 à 05:30, Nicholas Piggin a écrit : Commit 3033f14ab78c3 ("clone: support passing tls argument via C rather than pt_regs magic") introduced the HAVE_COPY_THREAD_TLS option. Use it t

Re: [PATCH 1/4] powerpc: convert to copy_thread_tls

2019-08-27 Thread Nicholas Piggin
Christophe Leroy's on August 27, 2019 4:07 pm: > > > Le 27/08/2019 à 05:30, Nicholas Piggin a écrit : >> 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 arg

Re: [PATCH 1/4] powerpc: convert to copy_thread_tls

2019-08-26 Thread Christophe Leroy
Le 27/08/2019 à 05:30, Nicholas Piggin a écrit : 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: Nich