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
F166190489: D26778.diff
Wed, Aug 12, 6:25 AM
F166094839: D26778.id78305.diff
Tue, Aug 11, 4:39 PM
Unknown Object (File)
Tue, Aug 11, 11:08 AM
Unknown Object (File)
Mon, Aug 10, 9:34 PM
Unknown Object (File)
Wed, Aug 5, 11:01 PM
Unknown Object (File)
Mon, Jul 27, 10:03 AM
Unknown Object (File)
Mon, Jul 27, 3:42 AM
Unknown Object (File)
Sat, Jul 25, 1:18 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