Page MenuHomeFreeBSD

Use UMA_ZONE_NODUMP for the DMAR map entry zone
ClosedPublic

Authored by markj on Feb 18 2018, 1:16 AM.
Tags
None
Referenced Files
F163726474: D14422.id39469.diff
Sat, Jul 25, 5:20 PM
F163725062: D14422.id39456.diff
Sat, Jul 25, 5:09 PM
Unknown Object (File)
May 15 2026, 2:38 PM
Unknown Object (File)
Apr 19 2026, 10:22 PM
Unknown Object (File)
Apr 17 2026, 11:05 AM
Unknown Object (File)
Apr 17 2026, 1:07 AM
Unknown Object (File)
Apr 15 2026, 6:12 PM
Unknown Object (File)
Apr 15 2026, 6:24 AM
Subscribers

Details

Summary

We may attempt to allocate from this zone while dumping to a device. I
noted that dmar_pgalloc() already uses the NODUMP flag, so it seemed
reasonable to extend this approach to the problem. If it is desirable to
retain the zone items in a dump, some more complicated solutions are
possible.

Test Plan

mmacy reported the problem and tested this change.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15127
Build 15219: arc lint + arc unit

Event Timeline

markj edited the test plan for this revision. (Show Details)
markj added a reviewer: kib.
This revision is now accepted and ready to land.Feb 18 2018, 10:40 AM
This revision was automatically updated to reflect the committed changes.