linux-kernel-test/arch/arm/include
Andrey Ryabinin 537094b64b ARM: 8051/1: put_user: fix possible data corruption in put_user
According to arm procedure call standart r2 register is call-cloberred.
So after the result of x expression was put into r2 any following
function call in p may overwrite r2. To fix this, the result of p
expression must be saved to the temporary variable before the
assigment x expression to __r2.

Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Reviewed-by: Nicolas Pitre <nico@linaro.org>
Cc: stable@vger.kernel.org
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2014-05-25 23:44:25 +01:00
..
asm ARM: 8051/1: put_user: fix possible data corruption in put_user 2014-05-25 23:44:25 +01:00
debug ARM: SoC: late cleanups 2014-04-05 15:46:37 -07:00
uapi/asm ARM: add renameat2 syscall 2014-04-23 11:27:42 +01:00