Page MenuHomeFreeBSD

linux(4): Consolidate wait* facility into linux_common_wait().
ClosedPublic

Authored by dchagin on Aug 16 2021, 12:07 PM.
Tags
None
Referenced Files
F135527260: D31552.id104409.diff
Mon, Nov 10, 1:39 PM
F135499190: D31552.diff
Mon, Nov 10, 8:34 AM
Unknown Object (File)
Thu, Nov 6, 8:41 AM
Unknown Object (File)
Tue, Nov 4, 9:15 AM
Unknown Object (File)
Mon, Nov 3, 10:46 PM
Unknown Object (File)
Mon, Nov 3, 8:08 AM
Unknown Object (File)
Sat, Nov 1, 9:43 AM
Unknown Object (File)
Fri, Oct 31, 3:50 AM

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44921
Build 41809: arc lint + arc unit

Event Timeline

kib added inline comments.
sys/compat/linux/linux_misc.c
1008

What is the point of mallocing them? The structures are not that large to not fit into stack for top-level.

1029

Same question about mallocing this one.

indeed, back to stack allocation of local vars.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 31 2022, 5:50 PM
This revision was automatically updated to reflect the committed changes.