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)
May 21 2024, 12:21 PM
Unknown Object (File)
Apr 26 2024, 3:41 AM
Unknown Object (File)
Dec 20 2023, 12:54 AM
Unknown Object (File)
Nov 17 2023, 2:17 AM
Unknown Object (File)
Oct 20 2023, 3:54 AM
Unknown Object (File)
Sep 11 2023, 4:23 AM
Unknown Object (File)
Aug 31 2023, 4:31 PM
Unknown Object (File)
Aug 31 2023, 4:29 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.