linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>
Subject: Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390
Date: Sat, 19 Dec 2015 10:18:06 +0800	[thread overview]
Message-ID: <20151219021806.GB21741@wfg-t540p.sh.intel.com> (raw)
In-Reply-To: <20151218134209.07536fef.cornelia.huck@de.ibm.com>

On Fri, Dec 18, 2015 at 01:42:09PM +0100, Cornelia Huck wrote:
> On Fri, 18 Dec 2015 20:32:15 +0800
> Fengguang Wu <fengguang.wu@intel.com> wrote:
> 
> > Thanks! The background is, the 0day patch test script relies on the
> > information in MAINTAINERS to decide which tree it can apply the LKML
> > patches to. So I need to add some missing git URLs to the MAINTAINERS
> > file.
> 
> Don't you also need the branch the patches should apply against, or am
> I misunderstanding what you're trying to do?

Yes one option is to append the branch name in MAINTAINERS like this:

+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git next

The other option is to get the branch name from linux-next, whose Next/Trees
file contains this line:

kvms390         git     git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git#next

Then the robot knows patches should be applied to the 'next' branch.

So for most trees, there is no need to specify the branch name in the
MAINTAINERS file. Not only it's not necessary, but also helps avoid
double configuration.

Thanks,
Fengguang

  reply	other threads:[~2015-12-19  2:18 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 [this message]
     [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
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=20151219021806.GB21741@wfg-t540p.sh.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.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).