Re: [PATCH 8/6] signals: send_signal: factor out SIGNAL_GROUP_EXIT checks

From: Roland McGrath
Date: Mon Mar 10 2008 - 22:16:50 EST


I think your logic is sound. But for paranoia's sake I would add
a BUG_ON(signal->flags & SIGNAL_GROUP_EXIT) in the group-fatal case.

I don't really like dropping the signal on the floor. If the posting says
it succeeded (vs -ESRCH) then I'd like to see it appear later in the
pending set of the zombie thread, when we look at /proc/pid/status at exit
tracing or whatnot (and in core dumps). Seeing those pending signal bits
is sometimes a useful clue about how something died in a strange scenario.


Thanks,
Roland
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/