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 53957F513 for ; Thu, 28 Mar 2024 04:50:45 +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=1711601446; cv=none; b=KLw/Ujx7F0sExM/AdPfgBQrm2w3CEMJQzLZLUeOAhFVDLlQ/lKfwjhmtBIbufuzfifB2sNY66c1WBumNyrEQ6dLXKn12Sc1g/+vp8afGiLbuU4w4PTjoN/XhFtRj4/1Uu6Xizf3xKcWIWcg4PGKUGCsVJfdGwgUBSkzEYBCyDu4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711601446; 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=TaJhUdiUglpyzNqcuymFfDFvfC3JLjCCHl9KkLsRMUGa9sso+YxJgSB0lmWV7hxoC3AsOB+5hcCdfbR9fgA86IjmIHWzcb/mQZulIYYChva6Qa/TsmCbliFrn3UEvaTS2F7+7BK9jWUdytDDLzoUOIJGlNb71Bdes5Tkq7oEHu4= 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 58F4668D37; Thu, 28 Mar 2024 05:50:42 +0100 (CET) Date: Thu, 28 Mar 2024 05:50:41 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , linux-scsi@vger.kernel.org, "Martin K . Petersen" , dm-devel@lists.linux.dev, Mike Snitzer , linux-nvme@lists.infradead.org, Keith Busch , Christoph Hellwig Subject: Re: [PATCH v3 15/30] scsi: sd: Use the block layer zone append emulation Message-ID: <20240328045041.GE14113@lst.de> References: <20240328004409.594888-1-dlemoal@kernel.org> <20240328004409.594888-16-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240328004409.594888-16-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig