Page MenuHomeFreeBSD

amd64 pmap: convert some panics to KASSERTs
ClosedPublic

Authored by alc on Jul 6 2025, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 20, 6:27 PM
Unknown Object (File)
Sun, Apr 19, 1:07 PM
Unknown Object (File)
Sun, Apr 19, 7:41 AM
Unknown Object (File)
Sun, Apr 19, 6:22 AM
Unknown Object (File)
Sun, Apr 19, 2:57 AM
Unknown Object (File)
Fri, Apr 17, 7:09 AM
Unknown Object (File)
Tue, Apr 7, 3:44 AM
Unknown Object (File)
Tue, Mar 31, 11:34 AM
Subscribers

Details

Summary

With the recent changes to pmap_demote_DMAP(), the calls to pmap_demote_pdpe() and pmap_demote_pde_mpte() should never fail.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alc requested review of this revision.Jul 6 2025, 5:53 PM
alc created this revision.
This revision is now accepted and ready to land.Jul 6 2025, 5:58 PM

Should the pmap_demote_pde() in pmap_unwire() get the same treatment? As I understand, wire should saved the pt page in radix.

In D51180#1168328, @kib wrote:

Should the pmap_demote_pde() in pmap_unwire() get the same treatment? As I understand, wire should saved the pt page in radix.

I think that should be preceded by the changes under discussion in D49442.

This revision was automatically updated to reflect the committed changes.