Page MenuHomeFreeBSD

Set default stack size for Linux apps to 8MB.
ClosedPublic

Authored by trasz on Oct 14 2020, 1:46 PM.
Tags
None
Referenced Files
F153235936: D26778.id78211.diff
Sun, Apr 19, 11:57 PM
F153153121: D26778.id78305.diff
Sun, Apr 19, 12:18 PM
Unknown Object (File)
Tue, Apr 14, 9:22 AM
Unknown Object (File)
Thu, Apr 9, 8:07 PM
Unknown Object (File)
Thu, Apr 9, 1:53 PM
Unknown Object (File)
Thu, Apr 9, 5:13 AM
Unknown Object (File)
Sun, Apr 5, 7:39 AM
Unknown Object (File)
Wed, Apr 1, 11:45 PM
Subscribers

Details

Summary

Set default stack size for Linux apps to 8MB. This matches Linux
default, makes core files smaller, and might work around some userspace
bugs.

PR: 248225

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Oct 14 2020, 1:46 PM
emaste added a subscriber: emaste.
emaste added inline comments.
sys/compat/linux/linux_emul.c
138 ↗(On Diff #78211)

I'm not sure this should be a KASSERT

This revision is now accepted and ready to land.Oct 14 2020, 1:52 PM