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 911903AE1AF; Mon, 13 Jul 2026 08:33:03 +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=1783931585; cv=none; b=fxAtnDGf/V+yq3YaDzETwjz3aIzDA7GIgGB4SSQ7nT1r0ZFA64EpT6XqdDbKM9sYoVh++5IGknMApz+HP++2/4hPAS+S2UERgmz2zASrPXi7nT7gQN1v8cQAgcxeHp2Q6ZkOgkZuKiETYwSjnpv25AylIrtjbUr59z01/v5Wbgw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783931585; 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=DszKebHbl6pIo/bzN8ooZd0HAtcr23RvP5YA0tTyjEIviaYkBU6RShH1VKCpBVcgAsS0e+uDGkDNeEsNTDxw461/gh22Y4oyoHLyMD5s6LYay0HG3l5yLhZ4zk0IM7LrDjcZlRZh9O+kL2Ap+rcKNqRIyF3wKbgrGRPuduLdUUg= 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 95D2F68BFE; Mon, 13 Jul 2026 10:32:56 +0200 (CEST) Date: Mon, 13 Jul 2026 10:32:56 +0200 From: Christoph Hellwig To: Eric Biggers Cc: linux-fscrypt@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, Christoph Hellwig , Theodore Ts'o , Andreas Dilger , Baokun Li , Jan Kara , Ojaswin Mujoo , Ritesh Harjani , Zhang Yi , Jaegeuk Kim , Chao Yu Subject: Re: [PATCH v3 03/17] blk-crypto: Allow control over whether hardware is used Message-ID: <20260713083256.GA4304@lst.de> References: <20260713023708.9245-1-ebiggers@kernel.org> <20260713023708.9245-4-ebiggers@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@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: <20260713023708.9245-4-ebiggers@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig