Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1305116
| From | Stas Sergeev <stsp@list.ru> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] sigaltstack: remove EPERM check |
| Date | 2016-01-09 02:10 +0100 |
| Message-ID | <qOQcx-6uR-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The following patches add the self-test for sigaltstack(SS_DISABLE) inside the signal handler, and remove the EPERM check in a sigaltstack() syscall. 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.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] sigaltstack: remove EPERM check Stas Sergeev <stsp@list.ru> - 2016-01-09 02:10 +0100
[PATCH 1/2] selftests: Add test for sigaltstack(SS_DISABLE) inside sighandler Stas Sergeev <stsp@list.ru> - 2016-01-09 02:20 +0100
[PATCH 2/2] sigaltstack: remove EPERM check to make swapcontext() usable Stas Sergeev <stsp@list.ru> - 2016-01-09 02:20 +0100
Re: [PATCH 2/2] sigaltstack: remove EPERM check to make swapcontext() usable Andy Lutomirski <luto@amacapital.net> - 2016-01-09 03:10 +0100
Re: [PATCH 2/2] sigaltstack: remove EPERM check to make swapcontext() usable Stas Sergeev <stsp@list.ru> - 2016-01-09 04:00 +0100
csiph-web