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
F163101933: D53732.diff
Mon, Jul 20, 2:36 AM
Unknown Object (File)
Sun, Jul 19, 8:47 AM
Unknown Object (File)
Sat, Jul 18, 9:28 PM
Unknown Object (File)
Thu, Jul 16, 7:04 PM
Unknown Object (File)
Thu, Jul 16, 7:04 PM
Unknown Object (File)
Wed, Jul 15, 6:54 AM
Unknown Object (File)
Wed, Jul 15, 6:54 AM
Unknown Object (File)
Sun, Jul 5, 10:49 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.