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
F157827547: D31554.id93749.diff
Mon, May 25, 4:04 PM
Unknown Object (File)
Sat, May 23, 7:49 AM
Unknown Object (File)
Fri, May 22, 12:42 AM
Unknown Object (File)
Thu, May 21, 8:35 PM
Unknown Object (File)
Wed, May 20, 11:34 PM
Unknown Object (File)
Wed, May 20, 5:06 PM
Unknown Object (File)
Sun, May 17, 3:20 PM
Unknown Object (File)
Sun, May 17, 3:20 PM
Subscribers

Diff Detail

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

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