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)
Thu, Oct 16, 3:35 AM
Unknown Object (File)
Sun, Oct 12, 2:28 PM
Unknown Object (File)
Sun, Oct 12, 2:28 PM
Unknown Object (File)
Sat, Oct 11, 5:31 PM
Unknown Object (File)
Sat, Oct 11, 8:51 AM
Unknown Object (File)
Tue, Sep 30, 4:38 PM
Unknown Object (File)
Thu, Sep 18, 9:10 AM
Unknown Object (File)
Sep 2 2025, 12:10 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...