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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9058CC433EF for ; Thu, 23 Jun 2022 21:40:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229614AbiFWVkd (ORCPT ); Thu, 23 Jun 2022 17:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbiFWVkc (ORCPT ); Thu, 23 Jun 2022 17:40:32 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D27253A69; Thu, 23 Jun 2022 14:40:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=cp1xyTMzLUHADTviQnt3oX0Sma33cYvTDD/dTuC+dO8=; b=dl77+AzjYjwwjw9kI28TqUvuPr 0Cr+wYgw3qUsRP+6AZbi4DWGbc0q1uQxCIwAkQ+tIDP6fYf1MPVxEzrfidJYofGWMXPFtIQlgO3xH /D2iJhHnym/ita4D3zOlLqBKQYhNqg3dxrxUcERh/mKOvLBRt6ZATxGDgc64FajiZBly7Pv5LGnND VU/loElAPD+3kmDxcFN62gY5oabIxkgaV+nSfrxB1CNJ/sW6NAcbBivAgLAlYtcb23TZFQIZRNU9g kzYhWGzONELPJpaVXmksRr2zqQNhGkP/+TW+YwbHaSxS33eC+/J0QSSVsSwwqPwhY717fK7Xql/rP aPAdlpIA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4UYv-00GsfV-Ph; Thu, 23 Jun 2022 21:40:29 +0000 Date: Thu, 23 Jun 2022 14:40:29 -0700 From: Luis Chamberlain To: Leah Rumancik Cc: Amir Goldstein , Josef Bacik , Chuck Lever , chandanrmail@gmail.com, Sweet Tea Dorminy , Pankaj Raghav , linux-xfs@vger.kernel.org, fstests Subject: Re: [PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1) Message-ID: References: <20220616182749.1200971-1-leah.rumancik@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Wed, Jun 22, 2022 at 02:52:18PM -0700, Leah Rumancik wrote: > On Tue, Jun 21, 2022 at 05:07:10PM -0700, Luis Chamberlain wrote: > > On Thu, Jun 16, 2022 at 11:27:41AM -0700, Leah Rumancik wrote: > > > https://gist.github.com/lrumancik/5a9d85d2637f878220224578e173fc23. > > > > The coverage for XFS is using profiles which seem to come inspired > > by ext4's different mkfs configurations. > The configs I am using for the backports testing were developed with > Darrick's help. Sorry for the noise then. > If you guys agree on a different set of configs, I'd be > happy to update my configs moving forward. Indeed it would be great to unify on target test configs at the very least. Luis