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 D09883F9F9 for ; Fri, 23 Aug 2024 06:27:18 +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=1724394440; cv=none; b=hHLeDYShXUItMdRNzmSsYXEKJ/h7skwZjnhp1wFiobJDVJL2zCPimS7Z71/JSfdCc4oq3nUfIJ28E4hPlo4AjGKCKQFpjwP3SM7va4JQZlfc9dWVW2MFMfkh16+UbDa37atSB6PyS6o/vpOf0pUyId7rxUigCP90qNg8rryy4zA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724394440; 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=ZYrsaTng4G3Lnl3JRRcu6Rud6xK5/ewyjyog+WNn8E5+PGWkHmqFsArc9D9X2WKM0D3mWTESr1zfppyWhsdO85i0UHmm5JBA3ifk/uAPMAMjWg6ce7nHySfS/I6/4UTTRZyVIMUQLXOqZ6E8qOchMYcmmra4m80e343wYaPWHqY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 C977368BFE; Fri, 23 Aug 2024 08:27:15 +0200 (CEST) Date: Fri, 23 Aug 2024 08:27:15 +0200 From: Christoph Hellwig To: Stuart Hayes Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , "Rafael J . Wysocki" , Martin Belanger , Oliver O'Halloran , Daniel Wagner , Keith Busch , Lukas Wunner , David Jeffery , Jeremy Allison , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org Subject: Re: [PATCH v8 4/4] nvme-pci: Make driver prefer asynchronous shutdown Message-ID: <20240823062715.GD31588@lst.de> References: <20240822202805.6379-1-stuart.w.hayes@gmail.com> <20240822202805.6379-5-stuart.w.hayes@gmail.com> 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: <20240822202805.6379-5-stuart.w.hayes@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig