• Martin Schwidefsky's avatar
    [S390] return address of compat signals · 207a0549
    Martin Schwidefsky authored
    A 31-bit kernel always sets the high order bit in the return address
    for a signal handler.
    git commit d4e81b35 "[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: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    207a0549
compat_signal.c 17.4 KB