From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D016C76196 for ; Thu, 16 Mar 2023 15:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231304AbjCPPOo (ORCPT ); Thu, 16 Mar 2023 11:14:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231297AbjCPPOn (ORCPT ); Thu, 16 Mar 2023 11:14:43 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CBAEC4E92; Thu, 16 Mar 2023 08:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=mtHu+J4hnGprgFkgWHUxAcP06d /HtIpvLcoJEI8fgfUGkvgJeQfEoIZ3pzJVI8+eoUazSIxxt98VGCTeNFUXXSLquP3qn2kFc7d+TpM R1vb8L0DgYh6q1SewsQ+eQt918eFLQ7AjTe3FhJUp8283c96LS7iw0rqUjhdW/nidHmgGkfapLnSQ wiRfuMLwijY549mvMTKctMWRns55XleN5LbPlJ8QA9WWGDMhZrWkbD1a8B0VL5nJ8r081wi/0ZlM1 rYJIGQBfctC84aMFuq8jOJVuF33k8lGJun4qDK+afEOLL2QJj2788lpX2kZYyfaS1fQK9/akWnfNb Jrtg0Now==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pcpJQ-00Gmqj-1P; Thu, 16 Mar 2023 15:14:40 +0000 Date: Thu, 16 Mar 2023 08:14:40 -0700 From: Christoph Hellwig To: Eric Biggers Cc: linux-block@vger.kernel.org, Jens Axboe , linux-fscrypt@vger.kernel.org, Nathan Huckleberry , stable@vger.kernel.org Subject: Re: [PATCH v3 3/6] blk-crypto: make blk_crypto_evict_key() more robust Message-ID: References: <20230315183907.53675-1-ebiggers@kernel.org> <20230315183907.53675-4-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315183907.53675-4-ebiggers@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig