Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753859Ab1EJDLa (ORCPT ); Mon, 9 May 2011 23:11:30 -0400 Received: from mail.perches.com ([173.55.12.10]:1429 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753243Ab1EJDL3 (ORCPT ); Mon, 9 May 2011 23:11:29 -0400 Subject: Re: [PATCH]Add Maintainer for MAINTAINERS file for us From: Joe Perches To: Harry Wei Cc: linux-kernel@vger.kernel.org, rdunlap@xenotime.net, linux-doc@vger.kernel.org, greg@kroah.com, randy.dunlap@oracle.com, akpm@linux-foundation.org In-Reply-To: <20110510025024.GA2575@gmail.com> References: <20110510025024.GA2575@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 09 May 2011 20:11:27 -0700 Message-ID: <1304997087.19586.102.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1331 Lines: 38 On Tue, 2011-05-10 at 10:50 +0800, Harry Wei wrote: > I'd like to maintain this file for us. The patch is below. Knock yourself out, but I think this won't be too valuable. I suggest you setup a git tree and create a separate MAINTAINERS section entry and not use the existing DOCUMENTATION section entry. Part of handling MAINTAINERS is understanding that any tree where you collect entries will not be authoritative. Lots of other MAINTAINERS updates will occur outside of your tree and nothing you do should hinder these updates. One idea could be to separate all MAINTAINERS sections into separate files in perhaps a Maintainers directory. You would not ever have to alphabetize sections again. Maybe add a little script to the Makefile to aggregate them together as well. Another would be to add a '*...' pattern type to the files to match files in any directory or add a new filename only pattern akin to 'find -name "pattern"' rather than specify both the directory and file together. Update scripts/get_maintainer.pl too if you add some new file pattern types please. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/