commit | 18ea66bd6e7a95bdc598223d72757190916af28b | [log] [tgz] |
---|---|---|
author | Julien Thierry <julien.thierry@arm.com> | Tue Sep 11 10:13:11 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Oct 05 10:51:15 2018 +0100 |
tree | 77ee5088c00ddce928ba2894f7da9fa0b1a512d2 | |
parent | 319508902600c2688e057750148487996396e9ca [diff] |
ARM: 8793/1: signal: replace __put_user_error with __put_user 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>