linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* A few tree inclusion update requests
@ 2010-04-10 13:42 Frederic Weisbecker
  2010-04-12 23:46 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Frederic Weisbecker @ 2010-04-10 13:42 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: LKML, Linux Next, Arnd Bergmann

Hi Stephen,

I have some requests for you about tree inclusions for linux-next.

My reiserfs/kill-bkl branch had no updates for a next release
for some time now. You can safely remove it from -next. If
I get updates for it later, I'll tell you. But for now it's
only here to host fixes for the current release.

Also I have two new branches aimed for .35

Could you please integrate the two following?

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	bkl/core

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	bkl/procfs

Thanks a lot!

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

* Re: A few tree inclusion update requests
  2010-04-10 13:42 A few tree inclusion update requests Frederic Weisbecker
@ 2010-04-12 23:46 ` Stephen Rothwell
  2010-04-27  2:55   ` Frederic Weisbecker
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-04-12 23:46 UTC (permalink / raw)
  To: Frederic Weisbecker; +Cc: LKML, Linux Next, Arnd Bergmann

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

Hi Frederic,

On Sat, 10 Apr 2010 15:42:23 +0200 Frederic Weisbecker <fweisbec@gmail.com> wrote:
>
> I have some requests for you about tree inclusions for linux-next.
> 
> My reiserfs/kill-bkl branch had no updates for a next release
> for some time now. You can safely remove it from -next. If
> I get updates for it later, I'll tell you. But for now it's
> only here to host fixes for the current release.

There is some value to having "fixes for the current release" trees in
linux-next - it means that while such fixes are waiting for Linus to
merge them, people testing linux-next don't have to worry about bugs that
already have fixes pending.  However, I have removed that tree - I will
put it back if you ask me to.

> Also I have two new branches aimed for .35
> 
> Could you please integrate the two following?
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> 	bkl/core
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> 	bkl/procfs

Both added from today.

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: 198 bytes --]

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

* Re: A few tree inclusion update requests
  2010-04-12 23:46 ` Stephen Rothwell
@ 2010-04-27  2:55   ` Frederic Weisbecker
  2010-04-27  5:10     ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Frederic Weisbecker @ 2010-04-27  2:55 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: LKML, Linux Next, Arnd Bergmann

On Tue, Apr 13, 2010 at 09:46:18AM +1000, Stephen Rothwell wrote:
> 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.


Hi Stephen,

Could you please integrate the following new tree in linux-next?

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	bkl/ioctl

Thanks!

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

* Re: A few tree inclusion update requests
  2010-04-27  2:55   ` Frederic Weisbecker
@ 2010-04-27  5:10     ` Stephen Rothwell
  2010-04-27  5:21       ` Frederic Weisbecker
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-04-27  5:10 UTC (permalink / raw)
  To: Frederic Weisbecker; +Cc: LKML, Linux Next, Arnd Bergmann

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

Hi Frederic,

On Tue, 27 Apr 2010 04:55:32 +0200 Frederic Weisbecker <fweisbec@gmail.com> wrote:
>
> Could you please integrate the following new tree in linux-next?
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> 	bkl/ioctl

Added from today.

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: 198 bytes --]

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

* Re: A few tree inclusion update requests
  2010-04-27  5:10     ` Stephen Rothwell
@ 2010-04-27  5:21       ` Frederic Weisbecker
  0 siblings, 0 replies; 5+ messages in thread
From: Frederic Weisbecker @ 2010-04-27  5:21 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: LKML, Linux Next, Arnd Bergmann

On Tue, Apr 27, 2010 at 03:10:35PM +1000, Stephen Rothwell wrote:
> Hi Frederic,
> 
> On Tue, 27 Apr 2010 04:55:32 +0200 Frederic Weisbecker <fweisbec@gmail.com> wrote:
> >
> > Could you please integrate the following new tree in linux-next?
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> > 	bkl/ioctl
> 
> Added from today.


Thanks.

And your conflict fixes against its merge look all right.

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

end of thread, other threads:[~2010-04-27  5:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10 13:42 A few tree inclusion update requests Frederic Weisbecker
2010-04-12 23:46 ` Stephen Rothwell
2010-04-27  2:55   ` Frederic Weisbecker
2010-04-27  5:10     ` Stephen Rothwell
2010-04-27  5:21       ` Frederic Weisbecker

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