[Devel] Re: [PATCH 2/5] pid: use namespaced iteration on processes while using sysrq
Eric W. Biederman
ebiederm at xmission.com
Thu Dec 18 09:31:04 PST 2008
Gowrishankar M <gowrishankar.m at linux.vnet.ibm.com> writes:
> From: Gowrishankar M <gomuthuk at linux.vnet.ibm.com>
>
> At present, while signalling processes using sysrq, process iteration
> goes beyond current PID namespace.
>
> Below patch uses one of the proposed namespace iteration macros to fix
> the boundary.
>
> Signed-off-by: Gowrishankar M <gowrishankar.m at linux.vnet.ibm.com>
Nacked-by: "Eric W. Biederman" <ebiederm at xmission.com>
sysrq is a debugging helper and send_sig_all should apply to
ever process in the system. It should only apply to the initial
pid namespace.
Attempting to make it namespace aware is wrong.
Eric
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list