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, Oct 17, 10:55 PM
Unknown Object (File)
Fri, Oct 17, 3:33 PM
Unknown Object (File)
Fri, Oct 17, 11:31 AM
Unknown Object (File)
Fri, Oct 17, 12:08 AM
Unknown Object (File)
Thu, Oct 16, 10:47 PM
Unknown Object (File)
Thu, Oct 16, 9:34 PM
Unknown Object (File)
Tue, Oct 14, 5:10 PM
Unknown Object (File)
Tue, Oct 14, 5:10 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