Page MenuHomeFreeBSD

Assert that we are not descending through a leaf pointer.
ClosedPublic

Authored by markj on May 13 2020, 5:42 PM.
Tags
None
Referenced Files
F106441756: D24828.id71736.diff
Mon, Dec 30, 7:56 PM
F106386699: D24828.id71728.diff
Sun, Dec 29, 8:32 PM
Unknown Object (File)
Sun, Dec 29, 7:23 AM
Unknown Object (File)
Sun, Dec 29, 3:44 AM
Unknown Object (File)
Sep 25 2024, 11:52 PM
Unknown Object (File)
Sep 20 2024, 2:00 PM
Unknown Object (File)
Sep 20 2024, 2:00 PM
Unknown Object (File)
Sep 20 2024, 1:59 PM
Subscribers

Details

Summary

This is useful for catching bugs. I will the change to other pmaps if
there are no objections to this.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31066
Build 28764: arc lint + arc unit

Event Timeline

markj requested review of this revision.May 13 2020, 5:42 PM
markj created this revision.
This revision is now accepted and ready to land.May 13 2020, 6:04 PM
sys/amd64/amd64/pmap.c
1346

"pdpe" -> "pde"

Fix a typo in the assertion string.

This revision now requires review to proceed.May 13 2020, 9:09 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 14 2020, 3:49 PM
This revision was automatically updated to reflect the committed changes.