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 73ECAC6FD1F for ; Thu, 16 Mar 2023 15:14:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231221AbjCPPOX (ORCPT ); Thu, 16 Mar 2023 11:14:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230046AbjCPPOX (ORCPT ); Thu, 16 Mar 2023 11:14:23 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84F62B719D; Thu, 16 Mar 2023 08:14:22 -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=qo1V+cb49gj6iQTeAQn1XTvxnv nlPh5RJD8psCWtaotjpOYrC/BgzRsxd0M+yY3AVnIWNx1mfNWLpcJMbieF5lptQJZShRZ6ULQGDXU rd6VBFkMpqzL2smxBdQrMy+q7KpCh87AI75BGRYH1IhYqT6BxuyQkokoYoCdhoIGFjW8dSI1Usblv gW4CMMi6HWrWrQdcmPR9rVPEXjFuHWQFMhEc6pKu3mYiHOmIvwaogX5FhN0Lscu8YWwaNBjip6j7E stByKNdfRgorVut/j8afoXCAq25JiKqTBYG9YTtFAwbE0TN0VKIwD43mGN//zWNGEDnNd5R6qf1Bp DPXgW7ow==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pcpJ8-00Gmlh-1J; Thu, 16 Mar 2023 15:14:22 +0000 Date: Thu, 16 Mar 2023 08:14:22 -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 2/6] blk-crypto: make blk_crypto_evict_key() return void Message-ID: References: <20230315183907.53675-1-ebiggers@kernel.org> <20230315183907.53675-3-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315183907.53675-3-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