Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp3535660ybk; Tue, 19 May 2020 07:05:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8SRn1P5Ngxlr7ZyNk+ZV5IIZVF/PPPyX1gpse7YsqOTreVpdMGmj7M8vDED5M6liMpu/w X-Received: by 2002:a17:906:3e56:: with SMTP id t22mr19436784eji.277.1589897101392; Tue, 19 May 2020 07:05:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589897101; cv=none; d=google.com; s=arc-20160816; b=Z22Wls8Dnv/u3p+0B0iIwa+cxykbEVCWJjoBun0lBlZMlf2pwE+wp1LJjS4M/oq+qC X3dUCbdzZV/QalvQ2ac2X6FOLbwctRd1CBhdlK9xSF9k1EsDLmBbCiLtAEzDsZfBFGAX G1VGnrX8xwizw8eV7jXl6Tv4OUr/1wPV4xXcYpxFPAZ6Vei8Ln3hjjJYdUOqI/u5qnFS kiF16Ar35hptO0iPT8W6u61lixsQWoEFJlehPoeKZEPplzxVRgaPaWDiwftCvGmvucYh WRyW3ELAx/ilM7kfvLGbtqXjSY4f8lD1NX0ndm6W31RJwPLBpq+phX6yIxHOS9+/EpB2 n+0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=eoJU6A38HNnrLCV7mJNho3MtuJwZvg5cUDpM8bla/xg=; b=yWbE3rjWfYzaA+scXr3MtTkkr0/L7YNIJ8HvbLVhRv/3qGqdn6t6pg/sXSJz18EkiA 863uWw0e0EZkeY/5FhwaI1C6wnbbOPxWiKWMxLc+iFWmA0h2QvhaiOzC2GSx7XE3sYVD rMdVJM4SZhHwi8YW5EKW0xKBrJJXvki1jYPAuDuA4p9faMGuoc+S+yRi79ywjiQFueZR FaipkGH9hVIoeeSm9YXBSMn8gUZL79JMGAb/Z4ZdkwmGvw3o9bKZgdt5feHQS80EEvJA o6k3wbZtr+MkV1IycOSYtZzJ83j3pBedsb0hjx0ygFFhZgFpE7p4587SK7Y//SUNBqoL 4fwA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id du11si10212228ejc.40.2020.05.19.07.04.12; Tue, 19 May 2020 07:05:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728890AbgESODL (ORCPT + 99 others); Tue, 19 May 2020 10:03:11 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:46684 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727057AbgESODL (ORCPT ); Tue, 19 May 2020 10:03:11 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04JE2sqw025462 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 19 May 2020 10:02:54 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 16462420304; Tue, 19 May 2020 10:02:54 -0400 (EDT) Date: Tue, 19 May 2020 10:02:53 -0400 From: "Theodore Y. Ts'o" To: Eric Biggers Cc: linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, Jaegeuk Kim , Daniel Rosenberg Subject: Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2 Message-ID: <20200519140253.GF2396055@mit.edu> References: <20200512233251.118314-1-ebiggers@kernel.org> <20200512233251.118314-4-ebiggers@kernel.org> <20200519025355.GC2396055@mit.edu> <20200519030205.GB954@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519030205.GB954@sol.localdomain> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, May 18, 2020 at 08:02:05PM -0700, Eric Biggers wrote: > > Thanks, I'll add that. I assume you meant "Reviewed-by"? Yes, thanks. Reviewed-by: Theodore Ts'o - Ted