Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp492983pxk; Thu, 24 Sep 2020 10:28:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwVL/drxS3DrzPD+pEqcDR467h4KkMCr8/cu+VFAD64DGl6DUXmE4d2sDHvQuFyi/1QHfmJ X-Received: by 2002:a50:f081:: with SMTP id v1mr1082835edl.161.1600968490853; Thu, 24 Sep 2020 10:28:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600968490; cv=none; d=google.com; s=arc-20160816; b=zT+bid9sAbXhWOmLl3qt0/FhmHPTYke/pCo+3/OyEggGouZ1sEX1ObavxOmRKNmWBL 2SQC8+AOZXOqhusXGhrVOsEeqlKGBJTqNlZC60U7LcGlz3yWGuHHABndPu2ILNOpaGg6 lgL0xDYcfAq/TkpB9kEu5XbfWpO2V6I59PPKsx5+u0+kJwy4mM9yRwsxEe7lDtgdbGHf h6pbT+KgvDC+xG8OPFynwhfq0hkpSqqB0RG3KoPfDF2kjLeQgz37FfVXOjA9LJEibupn FDCkrXYnT9UIikvcIiRTGgySRHl6uoL+awB140i5mv+f++6kI1gNKgqxMq2gbLoZJbbd VBJw== 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=KnEUnKxX3J5EGJW2AO0AZWXiHxmS05n4BBBj1+PRffQ=; b=JhX6ZKUAJJwiluljj5PrLlmFcUlUBlqEMlKhwU3wysKD6KlJ7AUFfcCs7Jz3Si9hmW 2jz8KVG3oKp4Ui+hMdNDq2AjJQFkV41SdTS+T6+nsBKOS1R6FQLlzQNAU6TcyFTfjZnF NyZJEQ1SGj9QevKC2ZRkQsLFYPGo6lKhqp7Y2S6//PnifG9JUKwb9CxJObmUNpU8ERez gpEhNDMUaSc8h9lHuYxPPaHbm0X9KX/MA8Swtfw2njYE5a9Q5pVz6f91ZLAM7EraSSUn y/tA8WLcOZhPflobleqXwmHpl7IKQLrFgcMybG1JJ2Iz+e2q7A4fM4fg63rQ4sYxN74X laCw== 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 wr19si127766ejb.60.2020.09.24.10.27.41; Thu, 24 Sep 2020 10:28:10 -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 S1728651AbgIXR1h (ORCPT + 99 others); Thu, 24 Sep 2020 13:27:37 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:48932 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727988AbgIXR1h (ORCPT ); Thu, 24 Sep 2020 13:27:37 -0400 Received: from callcc.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 08OHRTu1014389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Sep 2020 13:27:29 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 2C7CF42003C; Thu, 24 Sep 2020 13:27:29 -0400 (EDT) Date: Thu, 24 Sep 2020 13:27:29 -0400 From: "Theodore Y. Ts'o" To: Eric Biggers Cc: Satya Tangirala , linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [xfstests-bld PATCH v2] test-appliance: exclude generic/587 from the encrypt tests Message-ID: <20200924172729.GI482521@mit.edu> References: <20200709184145.GA3855682@gmail.com> <20200709185832.2568081-1-satyat@google.com> <20200709191031.GB3855682@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200709191031.GB3855682@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Jul 09, 2020 at 12:10:31PM -0700, Eric Biggers wrote: > On Thu, Jul 09, 2020 at 06:58:32PM +0000, Satya Tangirala wrote: > > The encryption feature doesn't play well with quota, and generic/587 > > tests quota functionality. > > > > Signed-off-by: Satya Tangirala > > Reviewed-by: Eric Biggers Applied, thanks - Ted