Files
linux/arch/xtensa/kernel
Max Filippov 0bd183de61 xtensa: fix kernel register spilling
commit 77d6273e79 upstream.

call12 can't be safely used as the first call in the inline function,
because the compiler does not extend the stack frame of the bounding
function accordingly, which may result in corruption of local variables.

If a call needs to be done, do call8 first followed by call12.

For pure assembly code in _switch_to increase stack frame size of the
bounding function.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-09-21 10:00:09 -07:00
..
2013-02-23 19:35:57 -08:00
2015-09-21 10:00:09 -07:00
2012-12-18 21:10:23 -08:00
2013-05-09 01:07:10 -07:00
2013-04-08 17:39:29 +02:00
2013-02-23 19:35:57 -08:00
2013-02-23 19:12:53 -08:00
2012-12-18 21:10:23 -08:00
2013-05-09 01:07:09 -07:00