diff options
author | Laurent Meyer <[email protected]> | 2006-04-27 18:40:07 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-04-28 08:33:47 -0700 |
commit | 28f223782bca914ae65d08234c57c2175ecd7f5d (patch) | |
tree | 17100f49e1e1b0c11bfa6f817b412363407d20e3 /net/lapb/lapb_timer.c | |
parent | 6dcfca78d4c036c9d012f913e2a622aae218827f (diff) |
[PATCH] s390: alternate signal stack handling bug
If a signal handler has been established with the SA_ONSTACK option but no
alternate stack is provided with sigaltstack(), the kernel still tries to
install the alternate stack. Also when setting an alternate stack with
sigalstack() and the SS_DISABLE flag, the kernel tries to install the
alternate stack on signal delivery. Use the correct conditions sas_ss_flags()
to check if the alternate stack has to be used.
Signed-off-by: Laurent Meyer <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions