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)
Mar 5 2025, 7:20 PM
Unknown Object (File)
Feb 28 2025, 4:02 PM
Unknown Object (File)
Feb 8 2025, 3:45 AM
Unknown Object (File)
Jan 26 2025, 6:24 PM
Unknown Object (File)
Jan 18 2025, 5:10 PM
Unknown Object (File)
Jan 16 2025, 7:42 AM
Unknown Object (File)
Dec 28 2024, 8:46 AM
Unknown Object (File)
Nov 26 2024, 9:00 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

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.