On Tue, 5 Jun 2007, Nicholas Miell wrote: > Yes, that's certainly wrong, but that's an implementation issue. I was > more concerned about the design of the API. > > Naively, I would expect a reads on a signalfd to return either process > signals or thread signals targeted towards the thread doing the read. > > What it actually does (delivering process signals or thread signals > targeted towards the thread that created the signalfd) is weird. > > For one, it means you can't create a single signalfd, stick it in an > epoll set, and then wait on that set from multiple threads. In your box threads do share the sighand, don't they? :) - 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/
- Follow-Ups:
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Nicholas Miell <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- References:
- [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Linus Torvalds <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Davide Libenzi <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Nicholas Miell <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- From: Nicholas Miell <[email protected]>
- [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- Prev by Date: Re: [PATCH] lib: Replace calls to __get_free_pages() with __get_dma_pages().
- Next by Date: Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- Previous by thread: Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- Next by thread: Re: [PATCH/RFC] signal races/bugs, losing TIF_SIGPENDING and other woes
- Index(es):