Page MenuHomeFreeBSD

libnv: Allow use in non-sleepable contexts
ClosedPublic

Authored by kp on Apr 2 2021, 6:54 PM.
Tags
None
Referenced Files
F102392489: D29556.diff
Mon, Nov 11, 3:41 PM
Unknown Object (File)
Sun, Nov 10, 10:00 AM
Unknown Object (File)
Sun, Nov 10, 9:41 AM
Unknown Object (File)
Sun, Oct 20, 2:59 AM
Unknown Object (File)
Tue, Oct 15, 6:02 AM
Unknown Object (File)
Oct 2 2024, 5:44 AM
Unknown Object (File)
Oct 1 2024, 10:07 PM
Unknown Object (File)
Oct 1 2024, 4:11 AM
Subscribers

Details

Summary

44c125c4cebc2fd87c6260b90eddae11201f5232 switched the nvlist allocations
to be M_WAITOK, but this precludes the use in non-sleepable contexts.
(E.g. with a nonsleepable lock held).

All callers for these allocation functions already cope with memory
alloation failures, so there's no reason to allow sleeping during
allocations.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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