Page MenuHomeFreeBSD

Remove unneeded SOLISTENING checks
ClosedPublic

Authored by markj on Aug 24 2021, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 1:49 PM
Unknown Object (File)
Tue, Oct 14, 1:48 PM
Unknown Object (File)
Tue, Oct 14, 1:48 PM
Unknown Object (File)
Tue, Oct 14, 12:04 AM
Unknown Object (File)
Thu, Oct 9, 5:46 AM
Unknown Object (File)
Sat, Sep 27, 11:50 AM
Unknown Object (File)
Sep 14 2025, 3:45 PM
Unknown Object (File)
Sep 14 2025, 7:51 AM
Subscribers

Details

Summary

Now that SOCK_IO_*_LOCK() checks for listening sockets, we can eliminate
some racy SOLISTENING() checks.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

(Note that this is not complete, there are still various racy SOLISTENING checks that I'm looking at.)

This revision is now accepted and ready to land.Aug 24 2021, 3:33 PM
This revision was automatically updated to reflect the committed changes.