Re: [PATCH] Additional/catchup RCU signal fixes for -mm

From: Oleg Nesterov
Date: Sun Nov 06 2005 - 08:41:06 EST


Oleg Nesterov wrote:
>
> "Paul E. McKenney" wrote:
> >
> > + if (p->sighand == NULL) {
> > + ret = 1;
>
> Oh, I think there is another problem here. I'll post a separate
> message.

Sorry, I was not clear. This problem is unrelated. Yes, I think we
should drop the signal. But please note that ret = 1 (sig_ignored)
means (surprise!) "reschedule and re-arm this timer right now" in
cpu-timer case. It is not critical, but may be ret = 0 is better.

Oleg.
-
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/