Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932415AbcLLSAt (ORCPT ); Mon, 12 Dec 2016 13:00:49 -0500 Received: from ms.lwn.net ([45.79.88.28]:37398 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752809AbcLLSAs (ORCPT ); Mon, 12 Dec 2016 13:00:48 -0500 Date: Mon, 12 Dec 2016 11:00:45 -0700 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , LKML , Markus Heiser , "David S. Miller" , Andrew Morton , Greg Kroah-Hartman , Mauro Carvalho Chehab , Geert Uytterhoeven Subject: Re: [PATCH 0/2] Add maintainers to the admin guide Message-ID: <20161212110045.0cd6b16c@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1290 Lines: 28 On Fri, 2 Dec 2016 10:15:13 -0200 Mauro Carvalho Chehab wrote: > On the past approaches, was planning to keep the documentation > about what's at the MAINTAINERS file inside it, but that would > require running an external script or use some Sphinx extension. > > This time, I took a much simpler approach: convert the initial > part of the MAINTAINERS file to ReST and move to a file at the > admin-guide. So, MAINTAINERS file will now contain only the > maintainer's database, and a single line pointing to its documentation. So sorry for the silence on this...I decided that I wanted to think about it past the merge window, then promptly got buried by other stuff. I like this approach better than one came before, but I do still have to wonder about what the objective is. The documentation of the MAINTAINERS format is going to be of interest to people while the are ... looking at or modifying MAINTAINERS. So perhaps it's already in the most useful place? Are we really doing people a favor by telling them they have to follow a pointer to a different file? What is gained by doing that? I won't dig in my heels against this forever, but I am curious to hear what others think about why this change should (or should not) be made. Thanks, jon