lkml.org 
[lkml]   [2016]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/4] make sigaltstack() compatible with swapcontext()
Date
The following patches add the self-test for
sigaltstack(SS_DISABLE) inside the signal handler,
and allow an app to temporarily disable and re-enable
the sigaltstack within a sighandler.
This is needed to make sigaltstack() compatible with
swapcontext(): before using swapcontext() inside
the sighandler, the sigaltstack should be disabled, or
the stack will be corrupted by the subsequent signals.



arch/score/kernel/signal.c | 2
arch/x86/kernel/signal.c | 2
include/linux/sched.h | 8 +
include/linux/signal.h | 2
kernel/fork.c | 4
kernel/signal.c | 54 +++++++----
tools/testing/selftests/Makefile | 1
tools/testing/selftests/sigaltstack/Makefile | 8 +
tools/testing/selftests/sigaltstack/sas.c | 132
+++++++++++++++++++++++++++
9 files changed, 189 insertions(+), 24 deletions(-)

\
 
 \ /
  Last update: 2016-01-31 17:41    [W:0.152 / U:1.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site