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


Groups > linux.kernel > #1294735 > unrolled thread

Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390

Started byCornelia Huck <cornelia.huck@de.ibm.com>
First post2015-12-18 13:20 +0100
Last post2015-12-19 03:20 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390 Cornelia Huck <cornelia.huck@de.ibm.com> - 2015-12-18 13:20 +0100
    Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390 Fengguang Wu <fengguang.wu@intel.com> - 2015-12-18 13:40 +0100
      Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390 Cornelia Huck <cornelia.huck@de.ibm.com> - 2015-12-18 13:50 +0100
        Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390 Fengguang Wu <fengguang.wu@intel.com> - 2015-12-19 03:20 +0100

#1294735 — Re: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390

FromCornelia Huck <cornelia.huck@de.ibm.com>
Date2015-12-18 13:20 +0100
SubjectRe: [PATCH 20/43] MAINTAINERS: add git URL for KVM/s390
Message-ID<qH2aR-5vD-19@gated-at.bofh.it>
On Fri, 18 Dec 2015 15:51:43 +0800
Fengguang Wu <fengguang.wu@intel.com> wrote:

> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> CC: Cornelia Huck <cornelia.huck@de.ibm.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
>  MAINTAINERS |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux.orig/MAINTAINERS	2015-12-18 15:43:28.457016903 +0800
> +++ linux/MAINTAINERS	2015-12-18 15:43:28.457016903 +0800
> @@ -6117,6 +6117,7 @@ M:	Christian Borntraeger <borntraeger@de
>  M:	Cornelia Huck <cornelia.huck@de.ibm.com>
>  L:	linux-s390@vger.kernel.org
>  W:	http://www.ibm.com/developerworks/linux/linux390/
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
>  S:	Supported
>  F:	Documentation/s390/kvm.txt
>  F:	arch/s390/include/asm/kvm*
> 
> 

Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>

I wonder about the context? Your mails don't seem to have made it to
lkml...

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

[toc] | [next] | [standalone]


#1294745

FromFengguang Wu <fengguang.wu@intel.com>
Date2015-12-18 13:40 +0100
Message-ID<qH2ud-5E7-1@gated-at.bofh.it>
In reply to#1294735
On Fri, Dec 18, 2015 at 01:16:36PM +0100, Cornelia Huck wrote:
> On Fri, 18 Dec 2015 15:51:43 +0800
> Fengguang Wu <fengguang.wu@intel.com> wrote:
> 
> > CC: Christian Borntraeger <borntraeger@de.ibm.com>
> > CC: Cornelia Huck <cornelia.huck@de.ibm.com>
> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > ---
> >  MAINTAINERS |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > --- linux.orig/MAINTAINERS	2015-12-18 15:43:28.457016903 +0800
> > +++ linux/MAINTAINERS	2015-12-18 15:43:28.457016903 +0800
> > @@ -6117,6 +6117,7 @@ M:	Christian Borntraeger <borntraeger@de
> >  M:	Cornelia Huck <cornelia.huck@de.ibm.com>
> >  L:	linux-s390@vger.kernel.org
> >  W:	http://www.ibm.com/developerworks/linux/linux390/
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
> >  S:	Supported
> >  F:	Documentation/s390/kvm.txt
> >  F:	arch/s390/include/asm/kvm*
> > 
> > 
> 
> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> 
> I wonder about the context? Your mails don't seem to have made it to
> lkml...

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.

Thanks,
Fengguang
--
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/

[toc] | [prev] | [next] | [standalone]


#1294771

FromCornelia Huck <cornelia.huck@de.ibm.com>
Date2015-12-18 13:50 +0100
Message-ID<qH2DV-5IP-39@gated-at.bofh.it>
In reply to#1294745
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?

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

[toc] | [prev] | [next] | [standalone]


#1295265

FromFengguang Wu <fengguang.wu@intel.com>
Date2015-12-19 03:20 +0100
Message-ID<qHfhM-5rA-5@gated-at.bofh.it>
In reply to#1294771
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
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web