commit | caec4e8dc85e0644ec24aeb36285e1ba02da58cc | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 12 08:16:18 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jun 18 10:18:32 2007 -0700 |
tree | c40510afdc1676f268d14ecb8bfe2ab887cf0b0f | |
parent | bd197234b0a616c8f04f6b682326a5a24b33ca92 [diff] |
Fix signalfd interaction with thread-private signals Don't let signalfd dequeue private signals off other threads (in the case of things like SIGILL or SIGSEGV, trying to do so would result in undefined behaviour on who actually gets the signal, since they are force unblocked). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>