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)
Tue, Apr 21, 9:50 AM
Unknown Object (File)
Tue, Apr 21, 12:34 AM
Unknown Object (File)
Sun, Apr 19, 8:56 AM
Unknown Object (File)
Wed, Apr 15, 8:01 AM
Unknown Object (File)
Fri, Apr 10, 11:27 PM
Unknown Object (File)
Tue, Apr 7, 4:37 AM
Unknown Object (File)
Sat, Apr 4, 4:50 PM
Unknown Object (File)
Sun, Mar 29, 6:56 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.