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)
Wed, Nov 6, 5:17 AM
Unknown Object (File)
Mon, Nov 4, 4:32 AM
Unknown Object (File)
Mon, Nov 4, 4:32 AM
Unknown Object (File)
Mon, Nov 4, 4:20 AM
Unknown Object (File)
Oct 1 2024, 8:18 AM
Unknown Object (File)
Sep 30 2024, 10:07 PM
Unknown Object (File)
Sep 8 2024, 3:33 AM
Unknown Object (File)
Sep 4 2024, 11:41 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...