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

BugLink: https://bugs.launchpad.net/bugs/1862227
commit 167ee0b82429cb5df272808c7a21370b7c961ab2 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-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>
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/arm/Kconfig
arch/arm/kernel/process.c