-
Notifications
You must be signed in to change notification settings - Fork 900
SHMEM/BASE: added missing initializers #10814
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
Conversation
hoopoepg
commented
Sep 19, 2022
- there were missing initializers in shmem segment which caused incorrect memory access
- added missing initializers
Hello! The Git Commit Checker CI bot found a few problems with this PR: 6c28684: SHMEM/BASE: added missing initializers
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
6c28684
to
ead854b
Compare
ds_buf->mkeys_cache = NULL; | ||
ds_buf->mkeys = NULL; | ||
ds_buf->alloc_hints = 0; | ||
ds_buf->allocator = NULL; |
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.
also init context
?
ead854b
to
6226c14
Compare
6226c14
to
9bf5107
Compare
@jsquyres is it possible to get info what is wrong with IBM tests? it failed but I can't look for failure reason. |
bot:ibm:retest |
@drwootton do you have access to the IBM CI failures on this PR? |
@jjhursey is out for a little while; he's who usually looked into IBM CI failures. @gpaulsen @awlauria @drwootton Can you guys find out what's failing in the IBM CI on this PR? |
bot:ibm:retest |
I think IBM CI might need #10818 merged before we'll work again??? still trying to understand the implications. |
bot:ibm:retest |
1 similar comment
bot:ibm:retest |
bot:ibm:retest |
- there were missing initializers in shmem segment which caused incorrect memory access - added missing initializers Signed-off-by: Sergey Oblomov <[email protected]>
9bf5107
to
f6d417f
Compare
closed via #10822 |