HomeFreeBSD

vm: Add missing WITNESS warnings for M_WAITOK allocation

Description

vm: Add missing WITNESS warnings for M_WAITOK allocation

vm_map_clip_{end,start} and lookup_clip_start allocate memory M_WAITOK
for !system_map vm_maps. Add WITNESS warning annotation for !system_map
callers who may be holding non-sleepable locks.

Reviewed by: markj
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D25283

Details

Provenance
cemAuthored on
Reviewer
markj
Differential Revision
D25283: vm: Add missing WITNESS warnings for M_WAITOK allocation
Parents
rS362783: hexdump(1): Add EXAMPLES section
Branches
Unknown
Tags
Unknown