Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp3248911pxb; Wed, 14 Apr 2021 00:22:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwqnYzwjWlvxaCb4r/i4u3bffqqGq2thAk4Mtwage0MOaCT0WKCTPIBQjiSgKnBpC1Hn2Nb X-Received: by 2002:a17:902:a509:b029:ea:db56:e98 with SMTP id s9-20020a170902a509b02900eadb560e98mr19419723plq.65.1618384940092; Wed, 14 Apr 2021 00:22:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618384940; cv=none; d=google.com; s=arc-20160816; b=GxlaFP+KdNQAQUdjhnvPvQaz6o1mmQaZ26CUBRt/Jo7sugXdwiV4VtgPtK1nkDY4Cb wZygqLTNcDe3f6+JfaRVhqKeYAr17tVaLmEtesIRydq/EzvCwXBKzORysWWfmzLOkyhh 2e7mkCAKAVniDYbbZYqjlvNvhLpXIW8DoQxRxEVqB9iBxrmlnVbcK3I5zlgzCq4uLugC y55FUaSHHwbW3wOo+JEDi0SeMRA/U8spk/+oP18QZlQH+8JDGwtzHdq4Q4QduISNk9uf bs8BAIZdqSL/DwwxCgTQ1yzvDO1BWpjE7txszK19eBrYdiBTnl3bT+3RZVgdffYwSFC6 objg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=xZk6Pe7ke/E2nHiXzgzddReizp81XaNE8Lrqb5Lx8aw=; b=mMv6wRxFvEU7gQEr6HAG5ApxopAwl3fNEtflaAioKbHIlvYFtxxMON+Xq/Ls3scOO6 kJeFfvsj27ggiacpQWIwZvwVN4/3uFoeoaHoRBx9nPOXTWVI7PAMTj7V7XzwasfGPLDz vSl5+zz8cCAM/DFGj6R0VWiWOMqDD/ONw/Thjqx7nab4cZBoIc2LI7CJb+gamuo4EJ9u GxuRDAqah9rmfTTD1yo7JmsJDY7Vq73ya9hcgtJvOmvIsiHj+pf9erVOVU6DJwTMrPMV kAhyhLmcZnpIe8jDsdzAkQLhytQ4R+wlPr8AkC6UvVllVBklw+MINmUTuLFWtWZiDrb2 PsXQ== 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 ay3si20227214plb.159.2021.04.14.00.22.04; Wed, 14 Apr 2021 00:22:20 -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 S232727AbhDMWlA (ORCPT + 99 others); Tue, 13 Apr 2021 18:41:00 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:54386 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232723AbhDMWk7 (ORCPT ); Tue, 13 Apr 2021 18:40:59 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13DMeYXx016062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 13 Apr 2021 18:40:34 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id D094415C3B1E; Tue, 13 Apr 2021 18:40:33 -0400 (EDT) Date: Tue, 13 Apr 2021 18:40:33 -0400 From: "Theodore Ts'o" To: Eric Biggers Cc: Daniel Rosenberg , linux-ext4@vger.kernel.org Subject: Re: [xfstests-bld PATCH] test-appliance: un-exclude encrypt+casefold test Message-ID: References: <20210413215300.10700-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210413215300.10700-1-ebiggers@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Apr 13, 2021 at 02:53:00PM -0700, Eric Biggers wrote: > From: Eric Biggers > > This is needed to test the encryption and casefolding features in > combination. Yeah, this is has been on my radar screen, but it's been on my todo list to submit a patch to generic/556 something like: if [ "$FSTYP" = "ext4" -a ! -f /sys/fs/ext4/features/encrypted_casefold ]; then _notrun "ext4 file system does not support encrypted casefold" fi before removing generic/556 from the encrypt.exclude list. I'll probably get to it by this weekend, unless someone beats me to it. Cheers, - Ted