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 X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AD74C2D0FE for ; Wed, 13 May 2020 13:36:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 490122225A for ; Wed, 13 May 2020 13:36:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="a7hp0YNb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388063AbgEMNgq (ORCPT ); Wed, 13 May 2020 09:36:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726388AbgEMNgq (ORCPT ); Wed, 13 May 2020 09:36:46 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04883C061A0C; Wed, 13 May 2020 06:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; 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=MTm+io+HMLreqyOoq/Gxy8SLIywzVQ4X+H1LtVIs47k=; b=a7hp0YNbk++yuVE5NuE9L2UOiP A1FNTYC41aHrRapxB9q16NeHjY9xAsejt0fo3Fov63OZJxpe1su9n7rYCljBRKvsBqC6X/aT5xguF NQkv+v4Njtx6fNOeML/tWnwNK3IjeGxcixOe5JD6OKrJA239YxX+Gsg6ETGHY/pE/MbNaNABB1Nc9 CTIQL4HJlxzN/xg1A3UjCj1uZNktEiY9thBRjfEpbUih4xjN5oPycuo5NSDIQMGNdTLgkhFmfKntD X93nGjmYIsYF2t8tlzpjVqZ14RP3n9OIqkP7M7qVOqqorwOQPdFw5H/O3Eouk50+9DFw81k2+YLCf HoEpYvJQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYrYz-0006t6-Rj; Wed, 13 May 2020 13:36:45 +0000 Date: Wed, 13 May 2020 06:36:45 -0700 From: Christoph Hellwig To: Satya Tangirala Cc: linux-block@vger.kernel.org, linux-scsi@vger.kernel.org, linux-fscrypt@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-ext4@vger.kernel.org, Barani Muthukumaran , Kuohong Wang , Kim Boojin Subject: Re: [PATCH v12 03/12] block: Inline encryption support for blk-mq Message-ID: <20200513133645.GB10793@infradead.org> References: <20200430115959.238073-1-satyat@google.com> <20200430115959.238073-4-satyat@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200430115959.238073-4-satyat@google.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig although this will need a rebase to the latest block tree.