Page MenuHomeFreeBSD

Fix divide-by-zero panic when ALSR is enabled and superpages disabled
ClosedPublic

Authored by jah on Feb 15 2021, 3:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 21, 10:03 AM
Unknown Object (File)
Mon, Mar 17, 1:12 PM
Unknown Object (File)
Sat, Mar 15, 3:14 PM
Unknown Object (File)
Mar 5 2025, 1:28 AM
Unknown Object (File)
Feb 28 2025, 5:28 PM
Unknown Object (File)
Feb 24 2025, 9:14 PM
Unknown Object (File)
Feb 8 2025, 9:42 PM
Unknown Object (File)
Feb 8 2025, 12:57 PM
Subscribers

Details

Summary

When locating the anonymous memory region for a vm_map with ASLR
enabled, we try to keep the slid base address aligned on a superpage
boundary to minimize pagetable fragmentation and maximize the potential
usage of superpage mappings. We can't (portably) do this if superpages
have been disabled by loader tunable and pagesizes[1] is 0, and it
would be less beneficial in that case anyway.

PR: 253511
Reported by: johannes@jo-t.de
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable