Skip to content

Conversation

@TroyMitchell911
Copy link
Contributor

Previously, freelist_init() used
payload_buffer = size + sizeof(btl_sm_frag_t),
but what we actually need is
size + sizeof(btl_sm_hdr_t).

More details can be found in issue(#13404) [1].

Link: #13404 [1]

@github-actions github-actions bot added this to the v5.0.8 milestone Nov 10, 2025
@github-actions
Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

b7cf4ce: btl/sm: fix wrong payload_buffer size during freel...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!

Previously, freelist_init() used
    payload_buffer = size + sizeof(btl_sm_frag_t),
but what we actually need is
    size + sizeof(btl_sm_hdr_t).

More details can be found in issue(open-mpi#13404) [1].

bot:notacherrypick

Link: open-mpi#13404 [1]

Signed-off-by: Troy Mitchell <[email protected]>
@github-actions
Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

406dbc7: btl/sm: fix wrong payload_buffer size during freel...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant