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)
Wed, Aug 5, 2:18 AM
Unknown Object (File)
Tue, Aug 4, 3:28 AM
Unknown Object (File)
Sun, Aug 2, 4:53 AM
Unknown Object (File)
Sun, Aug 2, 4:34 AM
Unknown Object (File)
Sat, Aug 1, 5:14 AM
Unknown Object (File)
Thu, Jul 30, 10:05 PM
Unknown Object (File)
Mon, Jul 27, 7:03 AM
Unknown Object (File)
Sat, Jul 25, 4:33 PM

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.