Page MenuHomeFreeBSD

linux(4): Fixup options value validation in linux_waitid().
ClosedPublic

Authored by dchagin on Aug 16 2021, 12:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 7:33 PM
Unknown Object (File)
Mon, Aug 10, 6:29 AM
Unknown Object (File)
Sat, Aug 8, 2:22 AM
Unknown Object (File)
Tue, Aug 4, 6:31 AM
Unknown Object (File)
Tue, Aug 4, 5:59 AM
Unknown Object (File)
Tue, Aug 4, 2:12 AM
Unknown Object (File)
Mon, Aug 3, 7:04 AM
Unknown Object (File)
Sun, Aug 2, 5:28 AM
Subscribers

Diff Detail

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

Event Timeline

emaste added a subscriber: emaste.

This is fine with me, although I wonder if it makes sense to do the check in linux_to_bsd_waitopts so the supported options are all in one place? But no objection from me if you prefer this.

sys/compat/linux/linux_misc.c
1094

Do we have to do anything to handle __WNOTHREAD?

This revision is now accepted and ready to land.Aug 16 2021, 3:18 PM

This is fine with me, although I wonder if it makes sense to do the check in linux_to_bsd_waitopts so the supported options are all in one place? But no objection from me if you prefer this.

wait4 differs against waitid in options, see WEXITED

sys/compat/linux/linux_misc.c
1094

this will be the next change