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 3A730215F4E for ; Mon, 9 Dec 2024 12:41:50 +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=1733748112; cv=none; b=oRJyQzrW6n/mclLuaD3WhUgjDIhbz1Sp2YRtUv0bkAYBgmjHveFbmKApCEoN9XVd0ue5b5dEDu8dTw/MGoR9UACNuVHWMBnf2AsqncxWVpO9p5JXg/7BIdXJxJVYdh6QyPmvbaJ4E2MCOdHbpnYs/POPlGAa2qESB8LHm0AkLU0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733748112; 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=SVOAMLIHeE972HBe5e4P5borMe3NaIGqBIgGTnxnksvWhYGg+XJz4NjhaREIIqvdZnc0zYNT/FJik9R+FLKXMKzrwKPxGa9XmJI9YM2TcxgIRpyvvUVmAVsB0Y7aOjJ4eK/JPFig76cAKusuhEOUKmNDSo1ffP3hgAEpucAz3h0= 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 5987568D09; Mon, 9 Dec 2024 13:41:47 +0100 (CET) Date: Mon, 9 Dec 2024 13:41:47 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , Mike Snitzer , Mikulas Patocka , dm-devel@lists.linux.dev, Christoph Hellwig , Bart Van Assche Subject: Re: [PATCH v3 3/4] dm: Fix dm-zoned-reclaim zone write pointer alignment Message-ID: <20241209124147.GB13869@lst.de> References: <20241209122357.47838-1-dlemoal@kernel.org> <20241209122357.47838-4-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: <20241209122357.47838-4-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig