K 10 svn:author V 8 hselasky K 8 svn:date V 27 2022-06-07T06:49:56.320351Z K 7 svn:log V 498 ibcore: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen() The algorithm pre-allocates a cm_id since allocation cannot be done while holding the cm.lock spinlock, however it doesn't free it on one error path, leading to a memory leak. Linux commit: c14dfddbd869bf0c2bafb7ef260c41d9cebbcfec PR: 264248 Sponsored by: NVIDIA Networking (cherry picked from commit c4a415505311e30093b6d9ee0493427a66f2b0de) Git Hash: dad7c072f482527b4964bbd4b067d06c6df2e592 Git Author: hselasky@FreeBSD.org END