Gowrishankar M <gowrishanka...@linux.vnet.ibm.com> writes:

> From: Gowrishankar M <gomut...@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 <gowrishanka...@linux.vnet.ibm.com>

Nacked-by: "Eric W. Biederman" <ebied...@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
contain...@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to