Heiko Carstens 9b2efe035e s390/vdso: fix stack corruption
The kernel provided vdso functions do not get a stack frame from the
calling function and therefore may not change the stack contents, unless
they allocate space on their own.

This problem was exposed with 070b7be633dc "s390/vdso: replace stck with
stcke" which writes 16 bytes instead of 8 bytes into the stack frame. These
additional 8 bytes however were indeed used by the caller (glibc) to save
data and therefore this data was corrupted by the vdso code.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2014-10-27 13:27:02 +01:00
..
2014-10-27 13:27:02 +01:00
2014-10-27 13:27:02 +01:00
2012-05-16 14:42:41 +02:00
2011-01-05 12:47:31 +01:00
2014-10-17 14:45:48 +02:00
2014-10-09 09:14:13 +02:00
2014-10-09 09:14:13 +02:00
2014-05-20 08:58:40 +02:00
2013-11-13 12:09:05 +09:00
2014-10-09 09:14:13 +02:00
2014-10-17 14:45:48 +02:00
2014-10-09 09:14:13 +02:00
2014-10-17 14:45:51 +02:00