Skip to content

Conversation

@kingshuk00
Copy link

@kingshuk00 kingshuk00 commented May 21, 2024

Commit open-mpi@9350bee introduces the user-data argument in MPI_T_event_handle_free() function. But it does not pass it along further while calling mca_base_event_registration_free(). Consequently, mca_base_event_registration_destructor() passes the registration->user_data member directly making it not readily available in the callback. This commit should fix it.

@github-actions
Copy link

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

0827799: Pass user_data argument to free_cb_function regist...

  • check_signed_off: does not contain a valid Signed-off-by line

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

1 similar comment
@github-actions
Copy link

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

0827799: Pass user_data argument to free_cb_function regist...

  • check_signed_off: does not contain a valid Signed-off-by line

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

…nt_handle_free function.

Signed-off-by: Kingshuk Haldar <[email protected]>
@kingshuk00 kingshuk00 force-pushed the mpi_t_events/user_data_freecb branch from 0827799 to bc864bf Compare May 22, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant