]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
parisc: Implement copy_thread_tls
authorAmanieu d'Antras <amanieu@gmail.com>
Thu, 2 Jan 2020 17:24:10 +0000 (18:24 +0100)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 06:00:53 +0000 (01:00 -0500)
commit0b0084a5a1a1b53233bee24678ac2a2520f04996
tree56f8662ddd56b932f4112190c5163ea640ec0f0d
parenta66e02bb5047a7d93d25a1d2a62a702954fe6304
parisc: Implement copy_thread_tls

BugLink: https://bugs.launchpad.net/bugs/1862227
commit d2f36c787b2181561d8b95814f8cdad64b348ad7 upstream.

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-parisc@vger.kernel.org
Cc: <stable@vger.kernel.org> # 5.3.x
Link: https://lore.kernel.org/r/20200102172413.654385-5-amanieu@gmail.com
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/parisc/Kconfig
arch/parisc/kernel/process.c