Page MenuHomeFreeBSD

Use umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_compat32().
ClosedPublic

Authored by brooks on Mar 5 2018, 6:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 4, 11:06 PM
Unknown Object (File)
Thu, Jul 3, 7:04 PM
Unknown Object (File)
Sun, Jun 22, 2:44 AM
Unknown Object (File)
Jun 20 2025, 4:09 PM
Unknown Object (File)
Jun 16 2025, 6:29 AM
Unknown Object (File)
Jun 13 2025, 7:58 PM
Unknown Object (File)
Jun 11 2025, 3:03 AM
Unknown Object (File)
May 16 2025, 6:56 PM
Subscribers

Details

Summary

This appears to have been a typo. This had no impact because the
underlying implementation returns EINTR if timeout is non-NULL.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The change is fine, but I do not understand the comment. I suspect that often invalid clock_id is read and ulock compat32 fails.

This revision is now accepted and ready to land.Mar 5 2018, 6:25 PM
In D14587#306249, @kib wrote:

The change is fine, but I do not understand the comment. I suspect that often invalid clock_id is read and ulock compat32 fails.

You are correct. I misread do_lock_umutex.

This revision was automatically updated to reflect the committed changes.