Page MenuHomeFreeBSD

uipc_socket: handle socket buffer locks in sopeeloff
ClosedPublic

Authored by tuexen on Apr 4 2024, 9:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 25, 7:31 AM
Unknown Object (File)
Sun, Apr 19, 8:24 PM
Unknown Object (File)
Sun, Apr 19, 9:34 AM
Unknown Object (File)
Tue, Apr 7, 1:52 PM
Unknown Object (File)
Tue, Apr 7, 12:42 PM
Unknown Object (File)
Tue, Apr 7, 10:36 AM
Unknown Object (File)
Sat, Apr 4, 9:27 AM
Unknown Object (File)
Mar 8 2026, 7:06 PM
Subscribers

Diff Detail

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

Event Timeline

tuexen requested review of this revision.Apr 4 2024, 9:28 PM

Can we please add some basic SCTP regression tests to the tree to help catch problems like this in the future?

This revision is now accepted and ready to land.Apr 5 2024, 11:39 AM

Can we please add some basic SCTP regression tests to the tree to help catch problems like this in the future?

We actually have a very old API tester. I can port that to kyua and update that. I might have a question or two about using kyua...