commit | 167ee0b82429cb5df272808c7a21370b7c961ab2 | [log] [tgz] |
---|---|---|
author | Amanieu d'Antras <amanieu@gmail.com> | Thu Jan 02 18:24:09 2020 +0100 |
committer | Christian Brauner <christian.brauner@ubuntu.com> | Tue Jan 07 13:31:20 2020 +0100 |
tree | 84b2116644d55097994d71d92d9ebdc5090f91f6 | |
parent | a4376f2fbcc8084832f2f114577c8d68234c7903 [diff] |
arm: Implement copy_thread_tls This is required for clone3 which passes the TLS value through a struct rather than a register. Signed-off-by: Amanieu d'Antras <amanieu@gmail.com> Cc: linux-arm-kernel@lists.infradead.org Cc: <stable@vger.kernel.org> # 5.3.x Link: https://lore.kernel.org/r/20200102172413.654385-4-amanieu@gmail.com Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>