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 C3DD71CAB5 for ; Thu, 4 Jul 2024 05:10:53 +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=1720069857; cv=none; b=kqA1cgwGuqYzkEgiDdjgxQW4UvFMEpqHN15Lm8/tQ6NifBS0/SJiDubh+EPzctwZlsBN0Gt2QNWwiH1LbilYS5Cp5BcLO2a4YPNl3QeOdMD3kC5PPBDOoKr8xtziud+wnPyf0hjkM/FveO9iFauKkVJcMvVviGuHcIEyL8xRYyM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720069857; 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=cMa5FjPkFfyqCFR/893XNfPuQ6aJ6KRBwxTkwQpKPypke8/56XhdcH4l2Qlk7xpSFtshse1Tb9nbD0AmP+uhamT0uHk1N53A1KpJiXab6sk/oNaETOHsUCo64Eviw3Y5LAc7/5j4lg+XDHdQuBqmlgiQvyN9VcXpaSu8dHOxKsU= 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 6CC6568AFE; Thu, 4 Jul 2024 07:10:43 +0200 (CEST) Date: Thu, 4 Jul 2024 07:10:43 +0200 From: Christoph Hellwig To: Eric Biggers Cc: dm-devel@lists.linux.dev, Alasdair Kergon , Mike Snitzer , Mikulas Patocka , linux-kernel@vger.kernel.org, Ard Biesheuvel , Sami Tolvanen , Bart Van Assche , Christoph Hellwig Subject: Re: [PATCH v2] dm-verity: provide dma_alignment limit in io_hints Message-ID: <20240704051043.GA19411@lst.de> References: <20240703190141.5943-1-ebiggers@kernel.org> 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: <20240703190141.5943-1-ebiggers@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig