Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1705055

Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Frank Rowand <frowand.list@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files
Date Mon, 07 Aug 2017 04:20:02 +0200
Message-ID <ubFOa-2ay-9@gated-at.bofh.it> (permalink)
References <uaZce-8qA-3@gated-at.bofh.it>
X-Original-To Joe Perches <joe@perches.com>, Linus Torvalds <torvalds@linux-foundation.org>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=hTQ8mXzvbmncTKjhm0lfdnGjQgtmdo58gciop3X2kkc=; b=Lwc1saBqaRXJAWmXWTj9rpGnfCvkoRq/fAtRj1h0yMjaMyqIHsIAosk1Rc8gPDJ94d QvO+TG8fOSDbDBKeHdyZftF0ZRLYmdvumQJpFGTQmt6dgb1pp7cewhhTXetKsgVqUKQS Ug6S/qi7dhdERv3dRwoXJjHdyxlHfDDwwn9aRmDkB7ga2BGp51AYOi/EttmMfb1FEwoN 6xap70EU5+PgI5grB+1abomg9qTlzIguApUHTnZKbPxGxm4TbpxltMgXlKf2fi/9rFsj XYFzy9pV3iAIaeyd1jHOqD2mF8myO01ahL2O3xYP6WBi1ZFZy4jma6w3JS7WOvzCKIvP lVvw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=hTQ8mXzvbmncTKjhm0lfdnGjQgtmdo58gciop3X2kkc=; b=hntH9QhvpN9GFZ+FGSj5IyIbqknFe1k+9JbKlTtomC9NJCOgya0IopHlswFW+w+7Or 2kwh7KeIQQbvYZc2W4Th9zbgyWaYMc37/iBiMOWtH4Z9RkQg7X9u+H+YXJevmzqav8Yu tziiVprohgYetJdkqX9u2iFOWrzc69BCxnoZJYq/M22hpR01EWdzqnNE0Txk7Zwrw2zX fNeNoefZTYh9gSQOoUwBtdpILD2LcRH97dy+d5kB4jGpJRAYNQcPBK2WThR4lgNrlz1o WRnizzbWoO/ppDJuF1tG0BAKa02rcKMEqVNttsbz3kgcs+I9MK3V/kNq9Ltm2AwQKUvx cY0w==
X-Gm-Message-State AIVw111NszYE1k8Ej49gFz7Yc97nr7N3xZKWEAaUA7MvOEiCjg08tsYq n4Lb9L1RYtx5wg==
X-Received by 10.84.130.104 with SMTP id 95mr12054171plc.411.1502072229966; Sun, 06 Aug 2017 19:17:09 -0700 (PDT)
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 28
Organization linux.* mail to news gateway
X-Original-Cc Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
X-Original-Date Sun, 6 Aug 2017 19:16:49 -0700
X-Original-Message-ID <5987CD91.6000503@gmail.com>
X-Original-References <51db101dddcde3115a6e834293cb1d79a2381a68.1501907539.git.joe@perches.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1705055

Show key headers only | View raw


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 <joe@perches.com>
> ---

< 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?

-Frank

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Joe Perches <joe@perches.com> - 2017-08-05 06:50 +0200
  Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Frank Rowand <frowand.list@gmail.com> - 2017-08-07 04:20 +0200
    Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS  files Joe Perches <joe@perches.com> - 2017-08-07 05:40 +0200
      Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Frank Rowand <frowand.list@gmail.com> - 2017-08-07 21:40 +0200

csiph-web