Hi, I found there are two possible refcount leak in the bnx2fc driver in v5.14-rc3: In bnx2fc_initiate_seq_cleanup : 946: kref_get(&orig_io_req->refcount); this refcnt increment won't be released in: 994: cleanup_err: 995: return rc; similar issue happens in bnx2fc_eh_abort: 1161: kref_get(&io_req->refcount); 1187: return FAILED; Is it a refcount leak or just a valid refcount increment? Any feedback would be appreciated, thanks~ :) Best wishes, Lin Yi