-
Notifications
You must be signed in to change notification settings - Fork 908
[5.0.x] osc/rdma: fix compiler warnings in osc_rdma_accumulate.c #12155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.0.x] osc/rdma: fix compiler warnings in osc_rdma_accumulate.c #12155
Conversation
Hello! The Git Commit Checker CI bot found a few problems with this PR: 34e8f25: osc/rdma: fix compiler warnings in osc_rdma_accumu...
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
@devreal could you add the cherry-pick message for CI to pass? |
oh I see - the main isn't merged yet, can you merge it please - I'd like to pick this up in v5.0 before rc goes out (hopefully today) |
Related to #12130 |
Change on main #12154 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@devreal Can you please add the cherry-pick message to the git commit message?
34e8f25
to
f1085b4
Compare
Ensure const-correctness of the compare_addr argument to atomic CAS. Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu> (cherry picked from commit 1360be4)
f1085b4
to
ca56ceb
Compare
Done, sorry I missed the bot message. Rebased and with proper cherry-pick message now. |
Ensure const-correctness of the compare_addr argument to atomic CAS.