linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux-next changes for module and virtio trees.
@ 2012-10-02  6:26 Rusty Russell
  2012-10-02 15:12 ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Russell @ 2012-10-02  6:26 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, kvm-devel, virtualization

Hi Stephen,

        Please remove my quilt tree
http://ozlabs.org/~rusty/kernel/rr-latest/ from linux-next, and use my
git trees from now on:

git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git
Branches:
        modules-next
        virtio-next

For others: beware that these will rebase, usually once after the merge
window closes (so I can work on a more modern tree), and again just
before it opens (where I squash in fixup patches).

Cheers,
Rusty.

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

* Re: Linux-next changes for module and virtio trees.
  2012-10-02  6:26 Linux-next changes for module and virtio trees Rusty Russell
@ 2012-10-02 15:12 ` Stephen Rothwell
  2012-10-31  3:28   ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2012-10-02 15:12 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next, linux-kernel, virtualization, kvm-devel

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

Hi Rusty,

On Tue, 02 Oct 2012 15:56:56 +0930 Rusty Russell <rusty@rustcorp.com.au> wrote:
>
>         Please remove my quilt tree
> http://ozlabs.org/~rusty/kernel/rr-latest/ from linux-next, and use my
> git trees from now on:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git
> Branches:
>         modules-next
>         virtio-next

Done.

> For others: beware that these will rebase, usually once after the merge
> window closes (so I can work on a more modern tree), and again just
> before it opens (where I squash in fixup patches).

The first should not be necessary since everything in these trees should
have been merged by Linus during the merge window, so a merge of -rc1 or
later should be a fast forward (though merging with the tag itself may
produce a real merge).  The second can be tricky to pick the right
moment :-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* Re: Linux-next changes for module and virtio trees.
  2012-10-02 15:12 ` Stephen Rothwell
@ 2012-10-31  3:28   ` Rusty Russell
  2012-10-31 11:53     ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Russell @ 2012-10-31  3:28 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, virtualization, kvm-devel

Stephen Rothwell <sfr@canb.auug.org.au> writes:
> Hi Rusty,
>
> On Tue, 02 Oct 2012 15:56:56 +0930 Rusty Russell <rusty@rustcorp.com.au> wrote:
>>
>>         Please remove my quilt tree
>> http://ozlabs.org/~rusty/kernel/rr-latest/ from linux-next, and use my
>> git trees from now on:
>> 
>> git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git
>> Branches:
>>         modules-next
>>         virtio-next
>
> Done.

And please add my 'fixes' branch from the same tree.

Thanks,
Rusty.

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

* Re: Linux-next changes for module and virtio trees.
  2012-10-31  3:28   ` Rusty Russell
@ 2012-10-31 11:53     ` Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2012-10-31 11:53 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next, linux-kernel, virtualization, kvm-devel

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

Hi Rusty,

On Wed, 31 Oct 2012 13:58:15 +1030 Rusty Russell <rusty@rustcorp.com.au> wrote:
>
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
> >
> > On Tue, 02 Oct 2012 15:56:56 +0930 Rusty Russell <rusty@rustcorp.com.au> wrote:
> >>
> >>         Please remove my quilt tree
> >> http://ozlabs.org/~rusty/kernel/rr-latest/ from linux-next, and use my
> >> git trees from now on:
> >> 
> >> git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git
> >> Branches:
> >>         modules-next
> >>         virtio-next
> >
> > Done.
> 
> And please add my 'fixes' branch from the same tree.

Done.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgment of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window. 

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
	Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and 
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.

-- 
Cheers,
Stephen Rothwell 
sfr@canb.auug.org.au

Legal Stuff:
By participating in linux-next, your subsystem tree contributions are
public and will be included in the linux-next trees.  You may be sent
e-mail messages indicating errors or other issues when the
patches/commits from your subsystem tree are merged and tested in
linux-next.  These messages may also be cross-posted to the linux-next
mailing list, the linux-kernel mailing list, etc.  The linux-next tree
project and IBM (my employer) make no warranties regarding the linux-next
project, the testing procedures, the results, the e-mails, etc.  If you
don't agree to these ground rules, let me know and I'll remove your tree
from participation in linux-next.

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

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

end of thread, other threads:[~2012-10-31 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02  6:26 Linux-next changes for module and virtio trees Rusty Russell
2012-10-02 15:12 ` Stephen Rothwell
2012-10-31  3:28   ` Rusty Russell
2012-10-31 11:53     ` 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).