linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead.
@ 2013-07-30 19:53 Konrad Rzeszutek Wilk
  2013-07-30 20:26 ` Jeremy Fitzhardinge
  2013-07-31  7:23 ` Stephen Rothwell
  0 siblings, 2 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-07-30 19:53 UTC (permalink / raw)
  To: sfr, Jeremy Fitzhardinge, xen-devel, Stefano Stabellini,
	david.vrabel, boris.ostrovsky
  Cc: linux-kernel, linux-next

Hey,

I was wondering if it would be possible to remove from linux-next
the three xen trees and instead use a combined tree, similar to the
x86 tip (so the various maintainers share it)?

The ones that would be removed are:

xen		git	git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#upstream/xen
xen-two		git	git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git#linux-next
xen-arm		git	git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git#linux-next

And instead it would be pulled from:

xen-tip		git	git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git#linux-next

I presume you need Ack's from all of us (so Jeremy and Stefano) so CC-ing them here.

And Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead.
  2013-07-30 19:53 Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead Konrad Rzeszutek Wilk
@ 2013-07-30 20:26 ` Jeremy Fitzhardinge
  2013-07-31  7:23 ` Stephen Rothwell
  1 sibling, 0 replies; 5+ messages in thread
From: Jeremy Fitzhardinge @ 2013-07-30 20:26 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: sfr, xen-devel, Stefano Stabellini, david.vrabel, boris.ostrovsky,
	linux-kernel, linux-next

On 07/30/2013 12:53 PM, Konrad Rzeszutek Wilk wrote:
> Hey,
>
> I was wondering if it would be possible to remove from linux-next
> the three xen trees and instead use a combined tree, similar to the
> x86 tip (so the various maintainers share it)?
>
> The ones that would be removed are:
>
> xen		git	git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#upstream/xen
> xen-two		git	git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git#linux-next
> xen-arm		git	git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git#linux-next
>
> And instead it would be pulled from:
>
> xen-tip		git	git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git#linux-next
>
> I presume you need Ack's from all of us (so Jeremy and Stefano) so CC-ing them here.
>
> And Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>

Ack from me.

    J

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead.
  2013-07-30 19:53 Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead Konrad Rzeszutek Wilk
  2013-07-30 20:26 ` Jeremy Fitzhardinge
@ 2013-07-31  7:23 ` Stephen Rothwell
  2013-07-31 11:19   ` Stefano Stabellini
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2013-07-31  7:23 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Jeremy Fitzhardinge, xen-devel, Stefano Stabellini, david.vrabel,
	boris.ostrovsky, linux-kernel, linux-next

[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]

Hi Konrad,

On Tue, 30 Jul 2013 15:53:16 -0400 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
>
> I was wondering if it would be possible to remove from linux-next
> the three xen trees and instead use a combined tree, similar to the
> x86 tip (so the various maintainers share it)?
> 
> The ones that would be removed are:
> 
> xen		git	git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#upstream/xen
> xen-two		git	git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git#linux-next
> xen-arm		git	git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git#linux-next
> 
> And instead it would be pulled from:
> 
> xen-tip		git	git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git#linux-next
> 
> I presume you need Ack's from all of us (so Jeremy and Stefano) so CC-ing them here.

I have replaced the xen and xen-two trees with the xen-tip tree today.  I
will remove the xen-arm tree when I hear from Stefano (as that tree has a
commit that is not in xen-tip currently).

The contacts for xen-tip are the contact for both those trees above
(Jeremy Fitzhardinge <jeremy@goop.org>, Xen Devel
<Xen-devel@lists.xensource.com>, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>).  And I will add Stefano Stabellini
<stefano.stabellini@eu.citrix.com> when I remove the xen-arm tree.

Let me know if you want changes.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead.
  2013-07-31  7:23 ` Stephen Rothwell
@ 2013-07-31 11:19   ` Stefano Stabellini
  2013-07-31 23:39     ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Stefano Stabellini @ 2013-07-31 11:19 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Konrad Rzeszutek Wilk, Jeremy Fitzhardinge, xen-devel,
	Stefano Stabellini, david.vrabel, boris.ostrovsky, linux-kernel,
	linux-next

On Wed, 31 Jul 2013, Stephen Rothwell wrote:
> Hi Konrad,
> 
> On Tue, 30 Jul 2013 15:53:16 -0400 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> >
> > I was wondering if it would be possible to remove from linux-next
> > the three xen trees and instead use a combined tree, similar to the
> > x86 tip (so the various maintainers share it)?
> > 
> > The ones that would be removed are:
> > 
> > xen		git	git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#upstream/xen
> > xen-two		git	git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git#linux-next
> > xen-arm		git	git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git#linux-next
> > 
> > And instead it would be pulled from:
> > 
> > xen-tip		git	git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git#linux-next
> > 
> > I presume you need Ack's from all of us (so Jeremy and Stefano) so CC-ing them here.
> 
> I have replaced the xen and xen-two trees with the xen-tip tree today.  I
> will remove the xen-arm tree when I hear from Stefano (as that tree has a
> commit that is not in xen-tip currently).
> 
> The contacts for xen-tip are the contact for both those trees above
> (Jeremy Fitzhardinge <jeremy@goop.org>, Xen Devel
> <Xen-devel@lists.xensource.com>, Konrad Rzeszutek Wilk
> <konrad.wilk@oracle.com>).  And I will add Stefano Stabellini
> <stefano.stabellini@eu.citrix.com> when I remove the xen-arm tree.
> 
> Let me know if you want changes.

Ack from me too

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead.
  2013-07-31 11:19   ` Stefano Stabellini
@ 2013-07-31 23:39     ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2013-07-31 23:39 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: Konrad Rzeszutek Wilk, Jeremy Fitzhardinge, xen-devel,
	david.vrabel, boris.ostrovsky, linux-kernel, linux-next

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

Hi all,

On Wed, 31 Jul 2013 12:19:49 +0100 Stefano Stabellini <stefano.stabellini@eu.citrix.com> wrote:
>
> Ack from me too

OK, I have removed the xen-arm tree as well.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-31 23:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 19:53 Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead Konrad Rzeszutek Wilk
2013-07-30 20:26 ` Jeremy Fitzhardinge
2013-07-31  7:23 ` Stephen Rothwell
2013-07-31 11:19   ` Stefano Stabellini
2013-07-31 23:39     ` Stephen Rothwell

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).