Re: [PATCH] nvmet-rdma: fix queue leak when connect backlog is exceeded
Christoph Hellwig <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 02:42:01PM +0800, Xixin Liu wrote: > When pending disconnecting queues exceed the backlog limit, the > connect path only drops the device reference and leaks the newly > allocated queue and its IB resources. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>