Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp3156476ybk; Mon, 18 May 2020 19:56:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz5oo00XSU7E1diQMQDVgz/R8sGnm6o+xdGcr2OxOlXc4lJdEaTE3iwh3IiDHlPYHNjXsqb X-Received: by 2002:a05:6402:c2:: with SMTP id i2mr16767287edu.224.1589856998851; Mon, 18 May 2020 19:56:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589856998; cv=none; d=google.com; s=arc-20160816; b=tylvBWZAFVPFani49w+Iw9VgJF3BwgqC9Yd1UXXTQnPzdiNKvQGACmjRvj9ogG0xPR Ye4d9D9yoO2fSY2Fbvhjj5Sm2TNX34fbFcxsgUJapaFM1hYEJJTHqj8yLUVkc9wwemlu RAEr625J3udjHvT0sPEL/LTxN57edgNhcIIl4fb+RTKL40LsCqGTkHUXS3Z68DkOl6LZ DfmJyO9kDkLrUGnsrV2D1WI7nHtnOLg338LOiKrX2YKHk7eppWPOIItpbwh1tLbr+vS8 UfdWhyAS0aFbPGnt+JnCyFkh2/onXHGJRy5KAS18R9UBqSwXv1ntaZHk1EB+a62GRhhL 5sRg== 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=DQJ59ZaK2WVLrOPGJAH/RVf407HZHMzdJEyqz+W7wuc=; b=Ru4ox/EjQhka2sXztbDDOBWUeJd0Rid8Pv090q/DzgSOz4P8Nxr52X/56ojw6ePhn3 pHC9QoPipMx4YMpKbebSS6+0FLihNKbVNd/xs52l5kF6fRb4tgkjo7BypzYKRn6shg8w 0Xt40bRTe1o8ispfkaC0WaR4Yxe5VT70jCxGrI8FIya7TbXhcuhrvv2dfnPlNXt5F8vt zi6ubxFwz1RM3d7KVo4XeeaUxFGBZaH6smeCe/QCE5Jk4q/8Wybejm1KQbEFBN7SrxQf ccMyQFtEs+prJ6HMf/LtDs0xZPTA52pCxxpPSruhxrYNKRHuh4LhisC7Xs+RF6rgLcrk kogA== 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 ce6si331355edb.379.2020.05.18.19.56.15; Mon, 18 May 2020 19:56:38 -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 S1726628AbgESCzm (ORCPT + 99 others); Mon, 18 May 2020 22:55:42 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:55455 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726525AbgESCzl (ORCPT ); Mon, 18 May 2020 22:55:41 -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 04J2tP18003627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 18 May 2020 22:55:26 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 84C8B420304; Mon, 18 May 2020 22:55:25 -0400 (EDT) Date: Mon, 18 May 2020 22:55:25 -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 4/4] fscrypt: make test_dummy_encryption use v2 by default Message-ID: <20200519025525.GD2396055@mit.edu> References: <20200512233251.118314-1-ebiggers@kernel.org> <20200512233251.118314-5-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200512233251.118314-5-ebiggers@kernel.org> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, May 12, 2020 at 04:32:51PM -0700, Eric Biggers wrote: > From: Eric Biggers > > Since v1 encryption policies are deprecated, make test_dummy_encryption > test v2 policies by default. > > Note that this causes ext4/023 and ext4/028 to start failing due to > known bugs in those tests (see previous commit). > > Signed-off-by: Eric Biggers Signed-off-by: Theodore Ts'o - Ted