libvma
libvma copied to clipboard
issue: 4670088 add valgrind suppression
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)
See PR: https://github.com/Mellanox/libxlio/pull/468
bot:retest
bot:retest