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 7AE9B27FB37 for ; Thu, 9 Apr 2026 06:10:12 +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=1775715013; cv=none; b=DCQvrb6gWRLZ+wdeAEzu3vxl+HvvmGSlWMxGtc3vebAoui88nAXq9UZd1VCUOLrTdWwd+CYrNS93HewdskC30epdzOsNn93wokvpfEP3rUUG6TxhXwr6HqaN8VcxjKBPIY7H3j9EH0xtklYpnRTLadunAUduThBEE31lAMz1Bgk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775715013; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K8FE9xCWMQCAHj3k5FSTpRM2i6CGkbjCvneTjQTJW6meL4NUT0K9nlEo42k+WQiNBzcjfFsXC0ZnFUZO2pPk/Gp+P9+k+OiHK1r4aZH0jrE2BvrjVAP5xT7TeEKVvLZrTtYJqwS8oAz0kaviSn0svndZ/Y7tWqxgwi5HOZtvFQk= 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 BF1E068CFE; Thu, 9 Apr 2026 08:10:09 +0200 (CEST) Date: Thu, 9 Apr 2026 08:10:09 +0200 From: Christoph Hellwig To: Chaitanya Kulkarni Cc: sagi@grimberg.me, roys@lightbitslabs.com, kbusch@kernel.org, linux-nvme@lists.infradead.org, stable@vger.kernel.org Subject: Re: [PATCH] nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free Message-ID: <20260409061009.GA6470@lst.de> References: <20260409005647.112289-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: <20260409005647.112289-1-kch@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig