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 X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90C91C43441 for ; Sun, 18 Nov 2018 07:13:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4FE3C2080F for ; Sun, 18 Nov 2018 07:13:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ET6pNwdJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4FE3C2080F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726822AbeKRRcZ (ORCPT ); Sun, 18 Nov 2018 12:32:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:34352 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725915AbeKRRcZ (ORCPT ); Sun, 18 Nov 2018 12:32:25 -0500 Received: from localhost (unknown [193.47.165.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1FE8C2080F; Sun, 18 Nov 2018 07:12:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542525177; bh=3C9t6omWrpztPjZRTCoxCZzOBMq+xlfsrNFLaf2gGL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ET6pNwdJuGzCSP3NzyuCG4H/eJabmn4K6SMEFQRxdyKbbPCkT8gropxAhG/kWzTV6 IJJBKWNtrdscSmRkUUEuz0Mw/c4GKpy2bWDt4Yc9/vz21yaZOnSY/wrqE5Ac0s22cc NvwIYmSGl3BCEgNYqObq3eN0q6BVRYyN3ahBTaiE= Date: Sun, 18 Nov 2018 09:12:54 +0200 From: Leon Romanovsky To: Mauro Carvalho Chehab Cc: Joe Perches , "Luck, Tony" , "Jiang, Dave" , "ksummit-discuss@lists.linuxfoundation.org" , "linux-nvdimm@lists.01.org" , "Verma, Vishal L" , Linux Kernel Mailing List , "zwisler@kernel.org" Subject: Re: [Ksummit-discuss] [RFC PATCH 3/3] libnvdimm, MAINTAINERS: Subsystem Profile Message-ID: <20181118071254.GG24359@mtr-leonro.mtl.com> References: <154225759358.2499188.15268218778137905050.stgit@dwillia2-desk3.amr.corp.intel.com> <154225761038.2499188.1270468803677883744.stgit@dwillia2-desk3.amr.corp.intel.com> <20181115061036.1575223d@silica.lan> <20181115162008.GO3759@mtr-leonro.mtl.com> <20181115110919.46978343@silica.lan> <20181115193520.GA24359@mtr-leonro.mtl.com> <3908561D78D1C84285E8C5FCA982C28F7D459E55@ORSMSX110.amr.corp.intel.com> <20181116033947.5689b51c@silica.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="m0vRWufqUC70IDnR" Content-Disposition: inline In-Reply-To: <20181116033947.5689b51c@silica.lan> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --m0vRWufqUC70IDnR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Nov 16, 2018 at 03:39:47AM -0800, Mauro Carvalho Chehab wrote: > Em Thu, 15 Nov 2018 11:43:51 -0800 > Joe Perches escreveu: > > > On Thu, 2018-11-15 at 19:40 +0000, Luck, Tony wrote: > > > > I would recommend to remove this section at all. > > > > New maintainers won't come out of blue, but will be come > > > > from existing community and such individuals for sure will see > > > > and judge by themselves to whom they trust and to whom not. > > > > > > Perhaps this is more of a hint to contributors than to maintainers > > > (see earlier discussion on who is the target audience for these documents). > > > > > > It would help contributors know some names of useful reviewers (and > > > thus this list should be picked up by scripts/get_maintainer.pl to help > > > the user compose Cc: lists for e-mail patches). > > > > Trusted reviewers should be specifically listed > > in the MAINTAINERS file with an "R:" entry. > > > > get_maintainers should not look anywhere else. > > I know that making get_maintainers to look elsewhere can make it more > complex and slower, but IMHO, by having a per-subsystem profile, this is > unavoidable. > > The thing is that touching at a single MAINTAINERS file every time a new > reviewer comes is painful. Also, MAINTAINERS file format doesn't allow > adding free text explaining the criteria for someone to become a > reviewer. You are pointing to the actual problem -> someone needs to maintain such lists, Removal of persons from that list won't be easy task too. > > IMO, having reviewers on a per-subsystem file, where one could explain > the criteria for being added there will make easier to attract more > reviewers. > > Cheers, > Mauro --m0vRWufqUC70IDnR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJb8RD2AAoJEORje4g2clindZYQAJO+F1DrCC7+Lb+tjzA1DhIh kntP2f98RI9aWZ2b84xhGImW1O9Q47zQaExcVHIiaJf4VD+wCrmU4BejsHj7HI2A vKGsGjRXl03zplhGyQpDAemxPy5dNiyCh59fzMGulEWHD/DCZYuJlQwluvPpckgh XrEkF8/1WpeIsLsI4PcPIb5R5XAwmIpFAq/+WAY94mynOTlaa5lXTxKtQrYso3As jqpaR1PqnTKwt3b94ZS5ZmBLkeCjq4WeuY9eATs6Vzpn0ZSF/tNYilGatE0l0JEq qw1AnVOFXRd+0WUIgHZi9SdWp/UQYl0wIRH/0/653pU5D6d6ggnBxJXUgsLdeFhE NB1eje3XrDBtfZeCWjComMsYeKsyp6a1Orls7rY2/SxkHv07JfVkPxUBRwuF1v7v 7TQPyPeEAkYfcqz3ScTLojotrKYFK+rG5ga6vspD+rIQgl3SCbit8cANfOuSq72R lc1iz/w0OXnMiBlAWT8KKKFP3RP964eMeOglm4i5zEexVHijW4ChaZYM9W2iidpK VwGwouyrjak/c3wQGoB1JLb9Dr/Wmc8aaW8QJkoifzojTp0mBNDpk4tEiwhTUBNj NG+fyYf0pD/kYM7TjqjB2W3VAzmoruPMHoGfXQCcxszsXqyl21nwbqwo/SZ2mfme IA9RVHifSFSXyCjGjINW =giYP -----END PGP SIGNATURE----- --m0vRWufqUC70IDnR--