Russell King b1cd0a1480 ARM: spectre-v1: use get_user() for __get_user()
Fixing __get_user() for spectre variant 1 is not sane: we would have to
add address space bounds checking in order to validate that the location
should be accessed, and then zero the address if found to be invalid.

Since __get_user() is supposed to avoid the bounds check, and this is
exactly what get_user() does, there's no point having two different
implementations that are doing the same thing.  So, when the Spectre
workarounds are required, make __get_user() an alias of get_user().

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
2018-08-02 17:41:38 +01:00
..
2018-03-01 14:32:23 -08:00
2018-03-28 13:52:13 -10:00
2018-03-22 00:06:30 +00:00
2018-02-11 13:52:32 -08:00
2018-03-30 07:24:14 -10:00
2018-03-09 16:59:19 -08:00