Page MenuHomeFreeBSD

arm64: improve UVA layout for 32bit processes
ClosedPublic

Authored by kib on Nov 3 2023, 5:01 AM.
Tags
None
Referenced Files
F159408725: D42451.id129723.diff
Sat, Jun 13, 7:27 PM
Unknown Object (File)
Thu, Jun 4, 4:13 PM
Unknown Object (File)
May 10 2026, 10:53 PM
Unknown Object (File)
May 2 2026, 11:37 AM
Unknown Object (File)
Apr 27 2026, 8:05 AM
Unknown Object (File)
Apr 26 2026, 1:37 PM
Unknown Object (File)
Apr 24 2026, 4:21 AM
Unknown Object (File)
Apr 13 2026, 6:11 AM
Subscribers

Details

Summary

Add compat.aarch32 tunables for maxssiz, maxdsiz, and maxvmem.
Set the default values same as for amd64.
Fix freebsd32 sysentvec on arm64 to provide sv_maxssiz, and sv_fixlimit.

Diff Detail

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

Event Timeline

kib requested review of this revision.Nov 3 2023, 5:01 AM

I have tested this patch (applied to 13.2-RELEASE) and find that it works.
With this patch applied, many armv7 ports that previously OOM'ed now build fine in armv7 jails on arm64.

See PR #274705 for some discussion on the background.

markj added inline comments.
sys/arm64/arm64/elf32_machdep.c
65
66
This revision is now accepted and ready to land.Nov 4 2023, 4:15 PM
This revision was automatically updated to reflect the committed changes.