]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: 8793/1: signal: replace __put_user_error with __put_user
authorJulien Thierry <julien.thierry@arm.com>
Thu, 14 Feb 2019 14:49:18 +0000 (09:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Feb 2019 09:18:25 +0000 (10:18 +0100)
commitc4fa56d36e8af8376bf6f1829a16a12e3cdfb284
tree33c6655088d7c4645bf20fd9bcfa616b3a9cc2e3
parentbb35d3dcd5254999d688ed1dfc855acc6b4f1a18
ARM: 8793/1: signal: replace __put_user_error with __put_user

Commit 18ea66bd6e7a95bdc598223d72757190916af28b upstream.

With Spectre-v1.1 mitigations, __put_user_error is pointless. In an attempt
to remove it, replace its references in frame setups with __put_user.

Signed-off-by: Julien Thierry <julien.thierry@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David A. Long <dave.long@linaro.org>
Reviewed-by: Julien Thierry <julien.thierry@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/kernel/signal.c