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
Unknown Object (File)
Thu, Mar 7, 8:12 PM
Unknown Object (File)
Jan 23 2024, 6:35 AM
Unknown Object (File)
Jan 14 2024, 8:08 AM
Unknown Object (File)
Dec 23 2023, 12:12 AM
Unknown Object (File)
Dec 21 2023, 9:46 AM
Unknown Object (File)
Dec 20 2023, 7:04 AM
Unknown Object (File)
Oct 31 2023, 2:00 PM
Unknown Object (File)
Sep 4 2023, 6:08 PM

Details

Diff Detail

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

Event Timeline

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

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

1027

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.