Gowrishankar M <[email protected]> writes: > From: Gowrishankar M <[email protected]> > > 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 <[email protected]>
Nacked-by: "Eric W. Biederman" <[email protected]> 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 [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
