linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Point out the interactions of signalfd with epoll & fork
@ 2019-09-20 23:42 Andrew Clayton
  2019-09-20 23:42 ` [PATCH 1/1] signalfd.2: Note about interactions " Andrew Clayton
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Clayton @ 2019-09-20 23:42 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, Andrew Clayton

Hi Michael,

I was just hit by this interaction of signalfd with epoll & fork.
Basically if you add a signalfd file descriptor to epoll and then fork,
you won't receive notifications for sent signals,

Hopefully this addition to the man page will help avoid people head
scratching in the future.

I've added links and quotes to the sources for this problem in the
commit message.

Hopefully the text is OK. I don't really understand what is going on
underneath.

Cheers,
Andrew

Andrew Clayton (1):
  signalfd.2: Note about interactions with epoll & fork

 man2/signalfd.2 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-23 21:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 23:42 [PATCH 0/1] Point out the interactions of signalfd with epoll & fork Andrew Clayton
2019-09-20 23:42 ` [PATCH 1/1] signalfd.2: Note about interactions " Andrew Clayton
2019-09-23 14:49   ` Michael Kerrisk (man-pages)
2019-09-23 21:24     ` Andrew Clayton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).