Page MenuHomeFreeBSD

irdma(4): fix potential memory leak on qhash cqp operation
ClosedPublic

Authored by bartosz.sobczak_intel.com on Nov 13 2025, 11:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 6:56 AM
Unknown Object (File)
Wed, Mar 25, 9:51 AM
Unknown Object (File)
Mon, Mar 23, 8:24 PM
Unknown Object (File)
Thu, Mar 19, 2:48 AM
Unknown Object (File)
Thu, Mar 19, 1:43 AM
Unknown Object (File)
Feb 28 2026, 3:38 AM
Unknown Object (File)
Dec 11 2025, 1:00 PM
Unknown Object (File)
Dec 4 2025, 3:59 AM

Details

Summary

It was found that in some circumstances when launching
non-waiting create qhash cqp operation the refcount on
the cqp_request may be not properly decremented leading to a memory
leak.

Sponsored by: Intel Corporation
Signed-off-by: Bartosz Sobczak <bartosz.sobczak@intel.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 13 2025, 2:35 PM
kgalazka added subscribers: kbowling, erj, kgalazka.

@kbowling, @erj Could you please take a look? I'd like to commit this when we get a green light from validation team.