]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] return address of compat signals
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 Dec 2011 10:27:30 +0000 (11:27 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 Dec 2011 10:27:14 +0000 (11:27 +0100)
commit20be5d5030075aae34c2c04ca4e19b196165a961
tree89cf68c8cb41dcb29cd94e0624d33938063ad9c9
parent8aa480995154f53e33a0d9e8f01e5b74ec5b2995
[S390] return address of compat signals

A 31-bit kernel always sets the high order bit in the return address
for a signal handler.
git commit d5859da5e78f56fc "[S390] allow all addressing modes" makes
sure that the high order bit is set in the signal return address for
standard signals of a 31-bit compat process but fails to do the same
for real-time signals. To make things consistent the bit needs to be
set by setup_rt_frame32 as well.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/compat_signal.c