Page MenuHomeFreeBSD

Let the CloudABI futex code use umtx_keys.
ClosedPublic

Authored by ed on Aug 3 2015, 9:13 PM.
Tags
None
Referenced Files
F105708370: D3286.diff
Thu, Dec 19, 12:36 PM
Unknown Object (File)
Thu, Nov 28, 3:51 AM
Unknown Object (File)
Thu, Nov 28, 3:50 AM
Unknown Object (File)
Thu, Nov 28, 3:48 AM
Unknown Object (File)
Oct 20 2024, 9:21 AM
Unknown Object (File)
Oct 20 2024, 4:32 AM
Unknown Object (File)
Oct 11 2024, 7:49 AM
Unknown Object (File)
Sep 14 2024, 8:19 PM
Subscribers

Details

Test Plan

The CloudABI kernel still passes all of the cloudlibc unit tests.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

ed retitled this revision from to Let the CloudABI futex code use umtx_keys..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: jhb.
vangyzen edited edge metadata.
vangyzen added inline comments.
sys/compat/cloudabi/cloudabi_futex.c
221–225

umtx_key_get always operates on curthread. Here, td seems to always be curthread, but I didn't trace every call path. If this is true, you might assert it, if that doesn't seem too silly.

This revision is now accepted and ready to land.Aug 3 2015, 10:02 PM
ed edited edge metadata.

Add an assertion for the thread.

This revision now requires review to proceed.Aug 3 2015, 10:09 PM
sys/compat/cloudabi/cloudabi_futex.c
221–225

That's a good idea. Done!

vangyzen edited edge metadata.
This revision is now accepted and ready to land.Aug 3 2015, 10:16 PM
This revision was automatically updated to reflect the committed changes.