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)
Jun 9 2026, 5:30 PM
Unknown Object (File)
Jun 5 2026, 4:22 AM
Unknown Object (File)
May 13 2026, 9:53 PM
Unknown Object (File)
May 13 2026, 9:53 PM
Unknown Object (File)
May 13 2026, 9:45 PM
Unknown Object (File)
May 13 2026, 9:44 PM
Unknown Object (File)
May 10 2026, 11:32 AM
Unknown Object (File)
May 10 2026, 11:24 AM
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...