Page MenuHomeFreeBSD

nda: Assume all cases in ndaasync can sleep
ClosedPublic

Authored by imp on Feb 25 2026, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 5:52 AM
Unknown Object (File)
Thu, Mar 19, 4:17 AM
Unknown Object (File)
Wed, Mar 11, 10:40 AM
Unknown Object (File)
Mon, Mar 9, 8:09 PM
Unknown Object (File)
Sun, Mar 8, 3:13 PM
Unknown Object (File)
Tue, Mar 3, 10:08 AM
Unknown Object (File)
Mon, Mar 2, 8:53 PM
Unknown Object (File)
Mar 2 2026, 11:00 AM
Subscribers

Details

Summary

The error recovery is nicer if we can wait for the tiny memory we need
to send the messages when the physpath changes. Since we've moved the
async handler into a sleepable context, we can wait for the allocation
to complete since async events are rare enough and it's not an
indefinite wait.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71006
Build 67889: arc lint + arc unit

Event Timeline

imp requested review of this revision.Feb 25 2026, 8:58 PM
This revision was not accepted when it landed; it landed in state Needs Review.Tue, Mar 3, 6:01 PM
This revision was automatically updated to reflect the committed changes.