Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751662AbdHGDcb (ORCPT ); Sun, 6 Aug 2017 23:32:31 -0400 Received: from smtprelay0242.hostedemail.com ([216.40.44.242]:59362 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751408AbdHGDca (ORCPT ); Sun, 6 Aug 2017 23:32:30 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:421:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2736:2828:2892:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4250:4321:5007:6119:7903:10004:10400:10848:11026:11232:11658:11914:12438:12740:12760:12895:13069:13184:13229:13311:13357:13439:14096:14097:14180:14181:14659:14721:21060:21080:21324:21627:30012:30054:30055:30070:30075:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: slip62_6cfdceb89c930 X-Filterd-Recvd-Size: 2050 Message-ID: <1502076747.2219.13.camel@perches.com> Subject: Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files From: Joe Perches To: Frank Rowand , Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org Date: Sun, 06 Aug 2017 20:32:27 -0700 In-Reply-To: <5987CD91.6000503@gmail.com> References: <51db101dddcde3115a6e834293cb1d79a2381a68.1501907539.git.joe@perches.com> <5987CD91.6000503@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1145 Lines: 36 On Sun, 2017-08-06 at 19:16 -0700, Frank Rowand wrote: > On 08/04/17 21:45, Joe Perches wrote: > > Allow for MAINTAINERS to become a directory and if it is, > > read all the files in the directory for maintained sections. > > > > Optionally look for all files named MAINTAINERS in directories > > excluding the .git directory by using --find-maintainer-files. > > > > This optional feature adds ~.3 seconds of CPU on an Intel > > i5-6200 with an SSD. > > > > Miscellanea: > > > > o Create a read_maintainer_file subroutine from the existing code > > o Test only the existence of MAINTAINERS, not whether it's a file > > > > Signed-off-by: Joe Perches > > --- > > < snip > > > Hi Joe, > > In the three versions of this patch, I have not seen any description > of what is wrong with the current single MAINTAINERS file, or why the > proposed change is an improvement. Could you please add that > information? It's really up to Linus. He's the one who wants to separate the MAINTAINERS file as he's the one that has to deal with the merges. This is only to enable the script to still function if the file is split up.