Page MenuHomeFreeBSD

amd64 pmap: convert some panics to KASSERTs
ClosedPublic

Authored by alc on Jul 6 2025, 5:53 PM.
Tags
None
Referenced Files
F166840958: D51180.id158076.diff
Sun, Aug 16, 11:53 PM
Unknown Object (File)
Mon, Aug 10, 1:59 PM
Unknown Object (File)
Mon, Aug 10, 12:45 PM
Unknown Object (File)
Mon, Aug 10, 12:39 PM
Unknown Object (File)
Fri, Aug 7, 10:18 PM
Unknown Object (File)
Thu, Aug 6, 7:52 PM
Unknown Object (File)
Wed, Aug 5, 2:12 AM
Unknown Object (File)
Tue, Aug 4, 3:49 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.