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 CCB65C77B6C for ; Tue, 4 Apr 2023 23:22:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236379AbjDDXWC (ORCPT ); Tue, 4 Apr 2023 19:22:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229973AbjDDXWB (ORCPT ); Tue, 4 Apr 2023 19:22:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8E303C06; Tue, 4 Apr 2023 16:22:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 57116639CD; Tue, 4 Apr 2023 23:22:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD029C433EF; Tue, 4 Apr 2023 23:21:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680650519; bh=x8IC7E1FkVoNUQvJT9/z2Y21e0Mz1+IdIig/qJszVw0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o8ifUstyPaXndA/90D8GuOl0gsJSWLIXqbvQEjHGmCwpAU0zkQYKO/UsNnon6tWld Xd4eTMwrBUiwkKj2/4U4CDT5PQdMPtygcXrZXXPpz6rOqZURoDtFo8aR7dGfFS6guz A+cwDtVvT+oRkVAh5k57a3K+DdgeScWW1yFbddp7s45Gb5tZYMSzjk1ZGOi7E8FI1v ihdlUbh6+3H5uI0A39UjG7KPJiaoYrqk6uG4+XmzU4HNqbXl0Ty/A574/j55zI3/Y9 TMPjV7V6YJd/xLb/OTmpeuVwksZ1BO2byjRD+OfbZL82uXT96Fk1mUfIYD9a+QoGXf +X8tdg7VhNl1Q== Date: Tue, 4 Apr 2023 16:21:59 -0700 From: "Darrick J. Wong" To: Zorro Lang Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org, ceph-devel@vger.kernel.org, linux-cifs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, ocfs2-devel@oss.oracle.com, linux-unionfs@vger.kernel.org, jack@suse.com, linux-xfs@vger.kernel.org, fdmanana@suse.com, ebiggers@google.com, brauner@kernel.org, amir73il@gmail.com, anand.jain@oracle.com Subject: Re: [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list Message-ID: <20230404232159.GB109960@frogsfrogsfrogs> References: <20230404171411.699655-1-zlang@kernel.org> <20230404171411.699655-4-zlang@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230404171411.699655-4-zlang@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Apr 05, 2023 at 01:14:09AM +0800, Zorro Lang wrote: > The fstests supports different kind of fs testing, better to cc > specific fs mailing list for specific fs testing, to get better > reviewing points. So record these mailing lists and files related > with them in MAINTAINERS file. > > Signed-off-by: Zorro Lang > --- > > If someone mailing list doesn't want to be in cc list of related fstests > patch, please reply this email, I'll remove that line. > > Or if I missed someone mailing list, please feel free to tell me. > > Thanks, > Zorro > > MAINTAINERS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 09b1a5a3..620368cb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -107,6 +107,83 @@ Maintainers List > should send patch to fstests@ at least. Other relevant mailing list > or reviewer or co-maintainer can be in cc list. > > +BTRFS > +L: linux-btrfs@vger.kernel.org > +S: Supported > +F: tests/btrfs/ > +F: common/btrfs > + > +CEPH > +L: ceph-devel@vger.kernel.org > +S: Supported > +F: tests/ceph/ > +F: common/ceph > + > +CIFS > +L: linux-cifs@vger.kernel.org > +S: Supported > +F: tests/cifs > + > +EXT4 > +L: linux-ext4@vger.kernel.org > +S: Supported > +F: tests/ext4/ > +F: common/ext4 > + > +F2FS > +L: linux-f2fs-devel@lists.sourceforge.net > +S: Supported > +F: tests/f2fs/ > +F: common/f2fs > + > +FSVERITY > +L: fsverity@lists.linux.dev > +S: Supported > +F: common/verity > + > +FSCRYPT > +L: linux-fscrypt@vger.kernel.org > +S: Supported > +F: common/encrypt > + > +FS-IDMAPPED > +L: linux-fsdevel@vger.kernel.org > +S: Supported > +F: src/vfs/ > + > +NFS > +L: linux-nfs@vger.kernel.org > +S: Supported > +F: tests/nfs/ > +F: common/nfs > + > +OCFS2 > +L: ocfs2-devel@oss.oracle.com > +S: Supported > +F: tests/ocfs2/ > + > +OVERLAYFS > +L: linux-unionfs@vger.kernel.org > +S: Supported > +F: tests/overlay > +F: common/overlay > + > +UDF > +R: Jan Kara > +S: Supported > +F: tests/udf/ > + > +XFS > +L: linux-xfs@vger.kernel.org > +S: Supported > +F: common/dump > +F: common/fuzzy > +F: common/inject > +F: common/populate note that populate and fuzzy apply to ext* as well. > +F: common/repair > +F: common/xfs > +F: tests/xfs/ Otherwise looks good to me, Reviewed-by: Darrick J. Wong --D > + > ALL > M: Zorro Lang > L: fstests@vger.kernel.org > -- > 2.39.2 >