Page MenuHomeFreeBSD

pbio: Add locking and remove D_NEEDGIANT.
ClosedPublic

Authored by jhb on Apr 27 2022, 3:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 31, 3:01 AM
Unknown Object (File)
Thu, Jan 30, 11:44 PM
Unknown Object (File)
Fri, Jan 24, 5:12 PM
Unknown Object (File)
Fri, Jan 10, 9:41 AM
Unknown Object (File)
Dec 16 2024, 2:44 PM
Unknown Object (File)
Dec 6 2024, 5:08 AM
Unknown Object (File)
Nov 18 2024, 11:13 PM
Unknown Object (File)
Nov 18 2024, 10:45 PM
Subscribers
None

Details

Summary

Use a sx lock to permit uiomove directly into/out of the the per-port
buffers. In addition, the sx lock provides a stronger guarantee that
I think this driver wants which is to single-thread read and write
calls even while paused. Finally, replace tsleep with dummy wait
channels with calls to pause_sig to more clearly communicate the
intent.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45396
Build 42284: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Apr 27 2022, 3:41 PM
jhb created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.May 5 2022, 11:44 PM
This revision was automatically updated to reflect the committed changes.