> > + * If @signal refers to a container-init and @signr is neither SIGKILL nor > > + * SIGSTOP, it was queued because it was blocked when it was posted. > > This is not right too. It is possible that init had a handler when > the signal was sent, and the handler was set to SIG_DFL before the > signal was dequeued.
do_sigaction's sig_handler_ignored() should exclude that. Thanks, Roland _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
