libvma icon indicating copy to clipboard operation
libvma copied to clipboard

issue: 4670088 add valgrind suppression

Open tomerdbz opened this issue 2 months ago • 3 comments

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)

tomerdbz avatar Oct 20 '25 09:10 tomerdbz

See PR: https://github.com/Mellanox/libxlio/pull/468

tomerdbz avatar Oct 20 '25 09:10 tomerdbz

bot:retest

tomerdbz avatar Oct 20 '25 10:10 tomerdbz

bot:retest

tomerdbz avatar Oct 26 '25 09:10 tomerdbz