On 08/08, Oleg Nesterov wrote: > > And of course, there could be another bug. I just did > "grep recalc_sigpending" and immediately found at least one buggy > user, fs/dlm/user.c which calls it lockless.
and the usage of sigprocmask() is wrong, see 1/1. In fact there are more users which play with sigprocmask() this way. I am starting to think that, perhaps, we should implement some helpers for this use-case. Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

