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
F85215811: D3899.id9427.diff
Mon, Jun 3, 5:20 AM
Unknown Object (File)
Sat, Jun 1, 1:15 PM
Unknown Object (File)
Tue, May 21, 2:24 AM
Unknown Object (File)
Apr 23 2024, 5:22 AM
Unknown Object (File)
Dec 22 2023, 10:09 PM
Unknown Object (File)
Aug 2 2023, 6:41 PM
Unknown Object (File)
Jul 15 2023, 10:41 PM
Unknown Object (File)
Sep 9 2016, 6:01 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.