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
Unknown Object (File)
Tue, Aug 5, 8:52 AM
Unknown Object (File)
Sat, Jul 26, 11:21 AM
Unknown Object (File)
Jul 3 2025, 6:17 PM
Unknown Object (File)
Jun 27 2025, 7:46 AM
Unknown Object (File)
Jun 25 2025, 5:21 PM
Unknown Object (File)
Jun 22 2025, 9:27 PM
Unknown Object (File)
Jun 20 2025, 2:10 AM
Unknown Object (File)
Jun 17 2025, 10:15 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.