Page MenuHomeFreeBSD

Properly set the return value for casueword to 0 upon success.
ClosedPublic

Authored by ed on Oct 15 2015, 8:40 AM.
Tags
None
Referenced Files
F106162176: D3899.id9404.diff
Thu, Dec 26, 10:10 AM
Unknown Object (File)
Sep 27 2024, 1:19 PM
Unknown Object (File)
Sep 25 2024, 9:11 AM
Unknown Object (File)
Sep 24 2024, 10:19 PM
Unknown Object (File)
Sep 24 2024, 5:25 PM
Unknown Object (File)
Sep 24 2024, 2:50 PM
Unknown Object (File)
Sep 24 2024, 1:23 AM
Unknown Object (File)
Sep 23 2024, 8:52 PM
Subscribers

Details

Summary

While trying to get multithreading working for CloudABI on aarch64, I
noticed that compare-and-exchange operations in kernelspace would always
fail. It turns out that we don't properly set the return value to 0 when
the compare and exchange succeeds.

Test Plan

The unit tests for CloudABI's C library now pass.

Diff Detail

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

Event Timeline

ed retitled this revision from to Properly set the return value for casueword to 0 upon success..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: andrew.
andrew edited edge metadata.
This revision is now accepted and ready to land.Oct 15 2015, 5:26 PM
This revision was automatically updated to reflect the committed changes.