linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Doug Thompson <dougthompson@xmission.com>
Subject: Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC
Date: Fri, 18 Dec 2015 19:55:39 +0800	[thread overview]
Message-ID: <20151218115539.GA8548@wfg-t540p.sh.intel.com> (raw)
In-Reply-To: <20151218114155.GC16977@pd.tnic>

On Fri, Dec 18, 2015 at 12:41:55PM +0100, Borislav Petkov wrote:
> On Fri, Dec 18, 2015 at 06:57:33PM +0800, Fengguang Wu wrote:
> > That's the required format, documented earlier in MAINTAINERS:
> > 
> >         T: SCM tree type and location.
> >            Type is one of: git, hg, quilt, stgit, topgit
> > 
> > Which is followed all other places, eg.
> > 
> > T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> > T:      git https://github.com/Xilinx/linux-xlnx.git
> 
> Right, and IMO it should be done something like the diff below.
> 
> The T: should contain the URL and if it is not clear from the URL
> type, the *type* of the repository should be appended and not some
> commands like "hg" or "quilt" or whatever. Especially if those commands
> don't necessarily tell you what the repo is unless you know what the
> executables' names mean.

That's all right for humans, however there are also in-tree and
out-of-tree scripts that parse the MAINTAINERS file and depend on
the current format.

So isn't it better to change the several lines for EDAC than to
convert hundreds of lines to the new format, plus converting the
related scripts?

Thanks,
Fengguang

> ---
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7271b6189ccf..09a9c76ff83e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -75,8 +75,8 @@ Descriptions of section entries:
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site
> -	T: SCM tree type and location.
> -	   Type is one of: git, hg, quilt, stgit, topgit
> +	T: SCM tree type and location. If it is not clear from the SCM URL, the
> +	   SCM type is appended in brackets.
>  	S: Status, one of the following:
>  	   Supported:	Someone is actually paid to look after this.
>  	   Maintained:	Someone actually looks after it.
> @@ -1739,7 +1739,7 @@ M:	Michal Simek <michal.simek@xilinx.com>
>  R:	Sören Brinkmann <soren.brinkmann@xilinx.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  W:	http://wiki.xilinx.com
> -T:	git https://github.com/Xilinx/linux-xlnx.git
> +T:	https://github.com/Xilinx/linux-xlnx.git (git)
>  S:	Supported
>  F:	arch/arm/mach-zynq/
>  F:	drivers/cpuidle/cpuidle-zynq.c
> @@ -5604,7 +5604,7 @@ M:	Gang Wei <gang.wei@intel.com>
>  M:	Shane Wang <shane.wang@intel.com>
>  L:	tboot-devel@lists.sourceforge.net
>  W:	http://tboot.sourceforge.net
> -T:	hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
> +T:	http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot (mercurial)
>  S:	Supported
>  F:	Documentation/intel_txt.txt
>  F:	include/linux/tboot.h
> 
> -- 
> Regards/Gruss,
>     Boris.
> 
> ECO tip #101: Trim your mails when you reply.

  reply	other threads:[~2015-12-18 11:55 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20151218075123.282550478@intel.com>
     [not found] ` <20151218080625.037400289@intel.com>
2015-12-18  8:26   ` [PATCH 02/43] MAINTAINERS: add git URL for at91 Alexandre Belloni
2015-12-18  9:16     ` Nicolas Ferre
2015-12-18 10:21       ` Fengguang Wu
     [not found] ` <20151218080625.173599889@intel.com>
2015-12-18  8:52   ` [PATCH 04/43] MAINTAINERS: add git URL for ARM64 Catalin Marinas
2015-12-18  9:51     ` Will Deacon
     [not found] ` <20151218080626.448299646@intel.com>
2015-12-18  9:37   ` [PATCH 24/43] MAINTAINERS: add git URL for metag James Hogan
2015-12-18 10:23     ` Fengguang Wu
     [not found] ` <20151218080626.267709558@intel.com>
2015-12-18  9:56   ` [PATCH 21/43] MAINTAINERS: add git URL for KVM/ARM Christoffer Dall
2015-12-18 10:16     ` Marc Zyngier
     [not found] ` <20151218080625.235277670@intel.com>
2015-12-18 11:05   ` [PATCH 05/43] MAINTAINERS: add git URL for ath6kl Kalle Valo
     [not found] ` <20151218080626.775251010@intel.com>
2015-12-18 11:06   ` [PATCH 29/43] MAINTAINERS: update git URL for ath10k Kalle Valo
     [not found] ` <20151218080626.197800386@intel.com>
2015-12-18 12:16   ` [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390 Cornelia Huck
2015-12-18 12:32     ` Fengguang Wu
2015-12-18 12:42       ` Cornelia Huck
2015-12-19  2:18         ` Fengguang Wu
     [not found] ` <20151218080625.745540243@intel.com>
2015-12-18 10:49   ` [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Borislav Petkov
2015-12-18 10:57     ` Fengguang Wu
2015-12-18 11:04       ` Borislav Petkov
2015-12-18 11:41       ` Borislav Petkov
2015-12-18 11:55         ` Fengguang Wu [this message]
2015-12-18 12:07           ` Borislav Petkov
2015-12-18 12:45   ` Borislav Petkov
     [not found] ` <20151218080626.515217917@intel.com>
2015-12-18 13:16   ` [PATCH 25/43] MAINTAINERS: add git URL for wireless drivers Kalle Valo
     [not found] ` <20151218080627.336718788@intel.com>
2015-12-18 15:18   ` [PATCH 38/43] MAINTAINERS: add git URL for tile Chris Metcalf
     [not found] ` <20151218080626.067499727@intel.com>
2015-12-18 15:33   ` [PATCH 18/43] MAINTAINERS: add kdbus Greg Kroah-Hartman
2015-12-19  2:10     ` Fengguang Wu
2015-12-20  0:23       ` Greg Kroah-Hartman
2015-12-20  2:54         ` Fengguang Wu
     [not found] ` <20151218080626.646157638@intel.com>
2015-12-19 10:27   ` [PATCH 27/43] MAINTAINERS: update git URL for PCMCIA Dominik Brodowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151218115539.GA8548@wfg-t540p.sh.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=dougthompson@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).