Page MenuHomeFreeBSD

Handle SIGIO for listening sockets
ClosedPublic

Authored by jah on Dec 27 2018, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 4:17 PM
Unknown Object (File)
Thu, Oct 30, 1:40 AM
Unknown Object (File)
Tue, Oct 28, 1:07 AM
Unknown Object (File)
Tue, Oct 28, 1:07 AM
Unknown Object (File)
Tue, Oct 28, 1:07 AM
Unknown Object (File)
Mon, Oct 27, 7:13 PM
Unknown Object (File)
Fri, Oct 24, 2:41 AM
Unknown Object (File)
Oct 16 2025, 4:32 AM
Subscribers

Details

Summary

r319722 separated portions of struct socket and the socket I/O path that are specific to listening sockets from those which are specific to dataflow sockets. Listening socket connection notifications are now handled through solisten_wakeup() instead of sowakeup(), but solisten_wakeup() does not currently handle delivery of SIGIO to the owning process.

Reported by: Kenneth Adelman
PR: 234258

Test Plan

Verified that this fixes the issue reported in bug 234258 on -current

--Do we have a good place in existing unit tests to add a case for this?

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jah added reviewers: glebius, tuexen, kbowling, transport.

You may be able to add something to /usr/src/tests/sys/

You may be able to add something to /usr/src/tests/sys/

It looks like there aren't any tests that exercise SIGIO in any capacity. I'll consider adding something in a later commit.

ping...does anyone want to review?

This revision was not accepted when it landed; it landed in state Needs Review.Jan 13 2019, 8:34 PM
This revision was automatically updated to reflect the committed changes.