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)
Nov 29 2024, 3:08 PM
Unknown Object (File)
Nov 25 2024, 7:45 AM
Unknown Object (File)
Nov 25 2024, 5:29 AM
Unknown Object (File)
Nov 24 2024, 7:09 PM
Unknown Object (File)
Nov 22 2024, 8:44 PM
Unknown Object (File)
Nov 22 2024, 10:36 AM
Unknown Object (File)
Nov 22 2024, 8:21 AM
Unknown Object (File)
Nov 11 2024, 2:05 PM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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

1024

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.