"Daniel Hokka Zakrisson" <[EMAIL PROTECTED]> writes: > Eric W. Biederman wrote: >> Daniel Hokka Zakrisson <[EMAIL PROTECTED]> writes: >> >>> p->pid == 1 is insufficient when there are multiple pid namespaces. >>> Instead, check whether the task is in the current task's >>> child reaper's thread group. >> >> We should just drop the check for init as it is redundant.
Sorry that was a half truth. Outside of the context of pid namespaces it is true. In the context of pid namespaces it is false because we haven't merged the patches to drop signals from inside the pid namespace on the way to init. So it is a check that _should_ be redundant. Eric _______________________________________________ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
