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
F152978933: D15052.id41414.diff
Sat, Apr 18, 11:04 AM
Unknown Object (File)
Tue, Apr 7, 4:48 PM
Unknown Object (File)
Sun, Apr 5, 3:02 AM
Unknown Object (File)
Fri, Mar 20, 7:09 AM
Unknown Object (File)
Fri, Mar 20, 7:09 AM
Unknown Object (File)
Fri, Mar 20, 3:52 AM
Unknown Object (File)
Mar 18 2026, 3:57 AM
Unknown Object (File)
Mar 13 2026, 10:47 AM
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.