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)
Thu, Jan 9, 9:29 PM
Unknown Object (File)
Dec 27 2024, 4:18 PM
Unknown Object (File)
Dec 14 2024, 5:48 AM
Unknown Object (File)
Nov 27 2024, 4:03 AM
Unknown Object (File)
Nov 24 2024, 12:26 AM
Unknown Object (File)
Nov 9 2024, 7:18 AM
Unknown Object (File)
Oct 10 2024, 10:06 PM
Unknown Object (File)
Sep 27 2024, 1:13 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