Page MenuHomeFreeBSD

Set NX in mappings created by pmap_kenter() and pmap_kenter_attr().
ClosedPublic

Authored by markj on Sep 22 2019, 7:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 31 2024, 11:52 AM
Unknown Object (File)
Dec 23 2023, 5:49 AM
Unknown Object (File)
Sep 22 2023, 9:11 PM
Unknown Object (File)
Aug 24 2023, 5:12 PM
Unknown Object (File)
Jul 15 2023, 10:18 PM
Unknown Object (File)
Jul 2 2023, 10:36 PM
Unknown Object (File)
Jun 26 2023, 11:15 PM
Unknown Object (File)
Jun 26 2023, 9:58 AM
Subscribers

Details

Summary

As far as I know there is no reason for such mappings to be executable.
Other functions for creating kernel mappings, such as pmap_qenter(),
also set NX.

Diff Detail

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

Event Timeline

I think the only interesting case is pmap_mapbios(), but it should be fine. Anyway, we will see.

This revision is now accepted and ready to land.Sep 22 2019, 8:16 PM