Page MenuHomeFreeBSD

amd64 pmap: convert some panics to KASSERTs
ClosedPublic

Authored by alc on Jul 6 2025, 5:53 PM.
Tags
None
Referenced Files
F165382865: D51180.diff
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
Unknown Object (File)
Wed, Jul 29, 12:07 AM
Unknown Object (File)
Tue, Jul 28, 11:30 PM
Unknown Object (File)
Sun, Jul 26, 9:22 PM
Unknown Object (File)
Sun, Jul 26, 3:48 PM
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.