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)
Thu, Oct 17, 3:07 PM
Unknown Object (File)
Oct 3 2024, 7:36 AM
Unknown Object (File)
Oct 3 2024, 12:30 AM
Unknown Object (File)
Oct 1 2024, 10:16 AM
Unknown Object (File)
Sep 29 2024, 10:21 PM
Unknown Object (File)
Sep 21 2024, 12:15 PM
Unknown Object (File)
Sep 20 2024, 3:39 PM
Unknown Object (File)
Sep 5 2024, 3:05 AM
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