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 BBAA51F30A9 for ; Thu, 9 Apr 2026 06:11:05 +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=1775715067; cv=none; b=dBQcT+OqXxnuBqE7NNQiAiyCofrXEz3cMA4JXqZ6YVtiqneW1uKtMraQaieH1GB6GBC5tykEUs8x8qBxOftahXKsonyq068WEMzm35KuaU8RwxBPdBPa7JUpoIMjW/3mJI9GYHDKAL5cr+XRH9qp40XsglECa3h+Ih5Inng2RiM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775715067; c=relaxed/simple; bh=Yac+vgwEJ+/Q9p4QVzOehjqBUY/Qn+uH5PGagusJgmU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tAUOUF0PAIoQnZ64i9Ix+8x9cJ0n3qQvcOl/MKK1rSe9uC6zYiPHAnWVkiAjppINeKBWKn0IFoUg0bdYbyfadGY+UGDFyB+Vf3KJ6qz/KgFyEc4d7iZ/nm8G/cQ9V/HGYPUYmKaH75PqHhjA9aPIsyI0xjY2ZJj6GrCI753rYCk= 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 3B06A68D07; Thu, 9 Apr 2026 08:11:03 +0200 (CEST) Date: Thu, 9 Apr 2026 08:11:01 +0200 From: Christoph Hellwig To: Chaitanya Kulkarni Cc: skumar47@syr.edu, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, kbusch@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] nvmet-tcp: fix race between ICReq handling and queue teardown Message-ID: <20260409061101.GB6470@lst.de> References: <20260408075131.6221-1-kch@nvidia.com> Precedence: bulk X-Mailing-List: stable@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: <20260408075131.6221-1-kch@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Apr 08, 2026 at 12:51:31AM -0700, Chaitanya Kulkarni wrote: > + /* Tell nvmet_tcp_socket_error() teardown is already in progress. */ Overly long line. Otherwise looks good.