Re: [PATCH v6 0/4] make sigaltstack() compatible with swapcontext()

2016-03-25 Thread Stas Sergeev
So what is the status of the below? I haven't seen any NAKs or objections, yet it seems not applied 3 weeks later. What should I do now? 07.03.2016 19:52, Stas Sergeev пишет: The following patches make it possible to use swapcontext() in a sighandler that works on sigaltstack. The approach is in

[PATCH v6 0/4] make sigaltstack() compatible with swapcontext()

2016-03-07 Thread Stas Sergeev
The following patches make it possible to use swapcontext() in a sighandler that works on sigaltstack. The approach is inspired by Andy Lutomirski's suggestion that sigaltstack should disarm itself after saving into uc_stack: https://lkml.org/lkml/2016/2/1/594 I add the SS_AUTODISARM flag that doe