Skip to content

Conversation

@tomerdbz
Copy link
Collaborator

Description

Add a new Valgrind suppression rule to handle false positive memory leak reports from rdma_create_event_channel() in librdmacm.

The suppression matches the specific call stack from socket() through the global constructors and into rdma_create_event_channel().

What

valgrind: Add suppression for rdma_create_event_channel false positive

Why ?

Pass Valgrind in CI once CI is fixed

How ?

It is optional but for complex PRs please provide information about the design,
architecture, approach, etc.

Change type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

Add a new Valgrind suppression rule to handle false positive memory
leak reports from rdma_create_event_channel() in librdmacm.

The suppression matches the specific call stack from socket() through
the global constructors and into rdma_create_event_channel().

Signed-off-by: Tomer Cabouly <[email protected]>
@tomerdbz
Copy link
Collaborator Author

See PR:
Mellanox/libxlio#468

@tomerdbz
Copy link
Collaborator Author

bot:retest

1 similar comment
@tomerdbz
Copy link
Collaborator Author

bot:retest

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