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
Unknown Object (File)
Tue, Aug 18, 2:18 PM
Unknown Object (File)
Mon, Aug 17, 8:46 PM
Unknown Object (File)
Mon, Aug 17, 6:15 PM
Unknown Object (File)
Mon, Aug 17, 3:04 PM
Unknown Object (File)
Sun, Aug 16, 7:16 PM
Unknown Object (File)
Sat, Aug 15, 8:11 PM
Unknown Object (File)
Sat, Aug 15, 7:53 PM
Unknown Object (File)
Thu, Aug 13, 5:27 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 Passed
Unit
No Test Coverage
Build Status
Buildable 34157
Build 31313: arc lint + arc unit

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

I'm not sure this should be a KASSERT

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