On Sun, Jan 05, 2020 at 04:19:28PM +0100, Christian Brauner wrote: > On Sat, Jan 04, 2020 at 01:39:30PM +0100, Amanieu d'Antras wrote: > > This is required for clone3 which passes the TLS value through a > > struct rather than a register. > > > > Signed-off-by: Amanieu d'Antras <amanieu@xxxxxxxxx> > > Cc: linux-um@xxxxxxxxxxxxxxxxxxx > > Cc: <stable@xxxxxxxxxxxxxxx> # 5.3.x > > Thanks. I'm picking this up as part of the copy_thread_tls() series. > (Leaving the patch in tact so people can Ack right here if they want to.) > If I could get an Ack from one of the maintainers that would be great; > see > https://lore.kernel.org/lkml/20200102172413.654385-1-amanieu@xxxxxxxxx > for more context. > > Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx> I've this up as part of the series link in above ^^ and moved it into https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=clone3_tls If I hear no objections I'll merge into into my fixes tree today or tomorrow. An Ack from one of the maintainers would still be appreciated. Thanks! Christian