Page MenuHomeFreeBSD

Set the NX bit for the PML4 recursive mapping
ClosedPublic

Authored by jtl on Feb 12 2018, 6:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 16, 12:51 PM
Unknown Object (File)
Wed, Nov 27, 11:35 AM
Unknown Object (File)
Nov 21 2024, 6:27 PM
Unknown Object (File)
Nov 21 2024, 6:27 PM
Unknown Object (File)
Nov 21 2024, 6:27 PM
Unknown Object (File)
Nov 21 2024, 6:05 PM
Unknown Object (File)
Nov 20 2024, 5:14 PM
Unknown Object (File)
Nov 13 2024, 11:34 AM
Subscribers

Details

Summary

We shouldn't need to execute code in the recursive page table mappings; therefore, it should be safe to set the NX bit on the PML4E for the recurse page table mappings. According to the Intel docs, the effect of the NX bit should propogate to any page reached through a PML4E which has the NX bit set.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable