On Sun, 17 Jun 2007, Nicholas Miell wrote:

> Ah, ok, that's great.
> 
> I didn't see anything like that in linux.git, missed Ben's patch to the
> list, and mixed up your description with the original TIF_SIGPENDING
> work.

They will still race on the signal queue though. That is, if you create a 
signalfd and three threads are doing a read(2) over it, if a signal is 
sent to the thread group (tsk->signal->shared_pending), only one will 
fetch the signal. I think that's the correct behaviour anyway.
Andrew or Linus, did you get Ben's patch?



- Davide


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

Reply via email to