From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29BE93B4E88 for ; Mon, 17 Aug 2026 07:43:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786952601; cv=none; b=gQjj73oZXVCFq5Vf+Nw2TdfcuI5ceohcLRyCWPC5/8rrN+4EcgFdd70ofYcSGftr93K0a9XO578C+Cqm/ftUAd7z8zufrV+EaaR1g3Xt49v+WfQE/huPRo/tK2tFjYkcmgfpMSHgEmcSFzK4dwb/inWQ5qFvEd/AqlrMFn3YPjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786952601; c=relaxed/simple; bh=m5QSLKCyGcKdik827L/TWDavo0dzy7td/HCpykQFur0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Pw7VHc7oQDdkW5UGagYdTb5syWBxXssBzLoW9PvmTAoOJWLgRujuLVRinCcQelWVc5jVxEx8okzM01Ss3dJwdq9acjPi9gStbvE71KnWmMUrUN2oO+aspjhHlAf8q+q5Q3+IJdxJCmUibn6UqTSaRmAIOl22M8lCfXA7KsTujNs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id A8D7468CFE; Mon, 17 Aug 2026 09:43:15 +0200 (CEST) Date: Mon, 17 Aug 2026 09:43:15 +0200 From: Christoph Hellwig To: Xixin Liu Cc: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me, kch@nvidia.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvmet-rdma: fix queue leak when connect backlog is exceeded Message-ID: <20260817074315.GA20043@lst.de> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) 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