Page MenuHomeFreeBSD

amd64: Zero the PML5 PTI page when initializing a pmap
ClosedPublic

Authored by markj on Oct 16 2021, 9:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 23, 5:40 PM
Unknown Object (File)
Sat, Sep 21, 4:12 PM
Unknown Object (File)
Fri, Sep 20, 2:59 PM
Unknown Object (File)
Tue, Sep 17, 3:38 PM
Unknown Object (File)
Tue, Sep 17, 11:41 AM
Unknown Object (File)
Mon, Sep 16, 6:02 PM
Unknown Object (File)
Sun, Sep 15, 8:39 PM
Unknown Object (File)
Thu, Sep 12, 4:01 AM
Subscribers

Details

Summary

The root page is not zeroed at allocation time since with 4-level tables
each entry is copied from a template. However, with 5-level tables only
a single entry is filled, so the rest need to be cleared.

Reported by: alc

Diff Detail

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