linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 00/16] drbd: a block device for HA clusters
       [not found] <1246894775-10855-1-git-send-email-philipp.reisner@linbit.com>
@ 2009-07-21  5:49 ` Andrew Morton
       [not found]   ` <20090720224940.36da1ef8.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2009-07-21  5:49 UTC (permalink / raw)
  To: Philipp Reisner
  Cc: linux-kernel, Jens Axboe, Greg KH, Neil Brown, James Bottomley,
	Sam Ravnborg, Dave Jones, Nikanth Karthikesan,
	Lars Marowsky-Bree, Nicholas A. Bellinger, Kyle Moffett,
	Bart Van Assche, Christoph Hellwig, drbd-dev, Lars Ellenberg,
	linux-next

On Mon,  6 Jul 2009 17:39:19 +0200 Philipp Reisner <philipp.reisner@linbit.com> wrote:

> As the first bit of the DBRD patch already got upstream (see commit
> 10fc89d01a) it is time to get more of DRBD towards mainline.
> 
> Here is a post of drbd-8.3.2 for inclusion into linux-mm (or linux-next).
> 
> Patch set attached. Git tree available:
> git pull git://git.drbd.org/linux-2.6-drbd.git drbd

I don't think I can be bothered reading all this again ;)  I trust that
earlier review comments were suitably addressed.

Please prepare a tree for inclusion in linux-next, send that off to
Stephen and unless someone can identify reasons otherwise, send Linus a pull
request for 2.6.32-rc1.

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

* Re: [PATCH 00/16] drbd: a block device for HA clusters
       [not found]   ` <20090720224940.36da1ef8.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
@ 2009-07-21 18:51     ` Lars Ellenberg
  2009-07-22  4:59       ` [Drbd-dev] " Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ellenberg @ 2009-07-21 18:51 UTC (permalink / raw)
  To: Andrew Morton, Stephen Rothwell
  Cc: Christoph Hellwig, Kyle Moffett, Neil Brown, Nikanth Karthikesan,
	Greg KH, Philipp Reisner, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Bart Van Assche, linux-next-u79uwXL29TY76Z2rM5mHXA,
	Lars Marowsky-Bree, Jens Axboe, Dave Jones, Sam Ravnborg,
	James Bottomley, drbd-dev-cunTk1MwBs8qoQakbn7OcQ

On Mon, Jul 20, 2009 at 10:49:40PM -0700, Andrew Morton wrote:
> On Mon,  6 Jul 2009 17:39:19 +0200 Philipp Reisner <philipp.reisner-63ez5xqkn6DQT0dZR+AlfA@public.gmane.org> wrote:
> > Patch set attached. Git tree available:
> > git pull git://git.drbd.org/linux-2.6-drbd.git drbd
> 
> I don't think I can be bothered reading all this again ;)  I trust that
> earlier review comments were suitably addressed.

To the best of my knowledge, we addressed all of them, yes.

> Please prepare a tree for inclusion in linux-next,
> send that off to Stephen

Ok, will do.
Stephen: expect an explicit linux-next merge request
within the next few days.

> and unless someone can identify reasons otherwise,
> send Linus a pull request for 2.6.32-rc1.

Thanks very much,

	Lars

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

* Re: [Drbd-dev] [PATCH 00/16] drbd: a block device for HA clusters
  2009-07-21 18:51     ` Lars Ellenberg
@ 2009-07-22  4:59       ` Stephen Rothwell
  2009-07-24 15:20         ` Philipp Reisner
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2009-07-22  4:59 UTC (permalink / raw)
  To: Lars Ellenberg
  Cc: Andrew Morton, Philipp Reisner, Bart Van Assche, Kyle Moffett,
	Christoph Hellwig, Neil Brown, Nikanth Karthikesan, Greg KH,
	James Bottomley, Lars Marowsky-Bree, Jens Axboe, Dave Jones,
	Sam Ravnborg, drbd-dev, linux-kernel, linux-next

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

Hi Lars,

On Tue, 21 Jul 2009 20:51:56 +0200 Lars Ellenberg <lars.ellenberg@linbit.com> wrote:
>
> Stephen: expect an explicit linux-next merge request
> within the next few days.

OK, just to be clear your tree should be based on Linus' tree (or some
other *stable*, non rebasing, tree - *not* linux-next).

[I guess your tree will fulfill all the following]

What I tell everyone: all patches/commits in the tree/series must
have been:

	posted to a relevant mailing list
	reviewed
	unit tested
	destined for the next merge window (or the current release)

*before* they are included.  The linux-next tree is for integration
testing and to lower the impact of conflicts between subsystems in the
next 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
http://www.canb.auug.org.au/~sfr/

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

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

* Re: [Drbd-dev] [PATCH 00/16] drbd: a block device for HA clusters
  2009-07-22  4:59       ` [Drbd-dev] " Stephen Rothwell
@ 2009-07-24 15:20         ` Philipp Reisner
       [not found]           ` <200907241720.22771.philipp.reisner-63ez5xqkn6DQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Philipp Reisner @ 2009-07-24 15:20 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Lars Ellenberg, Andrew Morton, drbd-dev, linux-kernel, linux-next

On Wednesday 22 July 2009 06:59:17 Stephen Rothwell wrote:
> Hi Lars,
>
> On Tue, 21 Jul 2009 20:51:56 +0200 Lars Ellenberg 
<lars.ellenberg@linbit.com> wrote:
> > Stephen: expect an explicit linux-next merge request
> > within the next few days.
>
> OK, just to be clear your tree should be based on Linus' tree (or some
> other *stable*, non rebasing, tree - *not* linux-next).
>

Hi Stephen,

Please add git://git.drbd.org/linux-2.6-drbd.git to linux-next.

The tree was initially based on v2.6.30-rc1. Later 2.6.31-rc1 was
merged in. 
I verified that it still merges with 2.6.31-rc4 without conflicts.

Thanks!

-Philipp
-- 
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com

DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.

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

* Re: [PATCH 00/16] drbd: a block device for HA clusters
       [not found]           ` <200907241720.22771.philipp.reisner-63ez5xqkn6DQT0dZR+AlfA@public.gmane.org>
@ 2009-07-26 23:24             ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2009-07-26 23:24 UTC (permalink / raw)
  To: Philipp Reisner
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Lars Ellenberg,
	linux-next-u79uwXL29TY76Z2rM5mHXA, Andrew Morton,
	drbd-dev-cunTk1MwBs8qoQakbn7OcQ


[-- Attachment #1.1: Type: text/plain, Size: 503 bytes --]

Hi Philipp,

On Fri, 24 Jul 2009 17:20:21 +0200 Philipp Reisner <philipp.reisner@linbit.com> wrote:
>
> Please add git://git.drbd.org/linux-2.6-drbd.git to linux-next.

I have added that tree from today.  Currently you are listed as the
contact (I can add others if you like).  I used the drbd branch of that
tree as the master branch appears to be Linus' tree.

-- 
Cheers,
Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
http://www.canb.auug.org.au/~sfr/

[-- Attachment #1.2: Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 169 bytes --]

_______________________________________________
drbd-dev mailing list
drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org
http://lists.linbit.com/mailman/listinfo/drbd-dev

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

end of thread, other threads:[~2009-07-26 23:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1246894775-10855-1-git-send-email-philipp.reisner@linbit.com>
2009-07-21  5:49 ` [PATCH 00/16] drbd: a block device for HA clusters Andrew Morton
     [not found]   ` <20090720224940.36da1ef8.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2009-07-21 18:51     ` Lars Ellenberg
2009-07-22  4:59       ` [Drbd-dev] " Stephen Rothwell
2009-07-24 15:20         ` Philipp Reisner
     [not found]           ` <200907241720.22771.philipp.reisner-63ez5xqkn6DQT0dZR+AlfA@public.gmane.org>
2009-07-26 23:24             ` 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).