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)
Wed, Mar 25, 5:39 PM
Unknown Object (File)
Tue, Mar 24, 4:28 PM
Unknown Object (File)
Mon, Mar 23, 5:50 AM
Unknown Object (File)
Sun, Mar 22, 10:08 AM
Unknown Object (File)
Sat, Mar 21, 6:06 PM
Unknown Object (File)
Wed, Mar 18, 10:04 PM
Unknown Object (File)
Wed, Mar 18, 1:03 PM
Unknown Object (File)
Wed, Mar 18, 5:21 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.