Page MenuHomeFreeBSD

Set PG_G global mapping bit on the trampoline mappings.
ClosedPublic

Authored by kib on Apr 12 2018, 8:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 5:08 PM
Unknown Object (File)
Nov 21 2024, 6:10 PM
Unknown Object (File)
Nov 5 2024, 12:23 PM
Unknown Object (File)
Oct 6 2024, 3:23 PM
Unknown Object (File)
Oct 6 2024, 6:37 AM
Unknown Object (File)
Oct 5 2024, 4:50 AM
Unknown Object (File)
Oct 5 2024, 2:07 AM
Unknown Object (File)
Oct 4 2024, 4:54 PM
Subscribers

Details

Summary

They are better treated as global since they are valid in all address spaces, even for PTI. pmap_invalidate_range() must work on global mappings for pti since kernel_pmap invalidations are really same as for non-PTI.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Apr 13 2018, 4:51 AM

Tested with stress2 and a buildworld. No problems seen.

This revision was automatically updated to reflect the committed changes.