[Devel] Re: [RFC][PATCH][v2] Define/use siginfo_from_ancestor_ns()
Sukadev Bhattiprolu
sukadev at linux.vnet.ibm.com
Wed Nov 26 09:44:39 PST 2008
| | Actually, I think this is enough to solve most problems,
| | the further changes can be discussed later. OK, the only
| | "real" problem is SIGSTOP, afaics. This looks solveable.
|
| Yes, SIGSTOP even from parent is ignored due to the SIGNAL_UNKILLABLE
| check in get_signal_to_deliver.
Actually with sig_task_ignored() patch, http://lkml.org/lkml/2008/11/18/251
SIGSTOP gets dropped early. To eventually allow SIGSTOP from ancestor ns,
we need to pass 'from_ancestor_ns' into sig_ignored() ?
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list