Page MenuHomeFreeBSD

arm64: improve UVA layout for 32bit processes
ClosedPublic

Authored by kib on Nov 3 2023, 5:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 2:11 AM
Unknown Object (File)
Thu, Apr 25, 5:33 PM
Unknown Object (File)
Tue, Apr 23, 5:55 AM
Unknown Object (File)
Mon, Apr 22, 9:07 PM
Unknown Object (File)
Mon, Apr 22, 9:07 PM
Unknown Object (File)
Mon, Apr 22, 9:07 PM
Unknown Object (File)
Mon, Apr 22, 8:54 PM
Unknown Object (File)
Sat, Apr 6, 1:44 PM
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.