Re: Announce: Linux-next (Or Andrew's dream :-))

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Theodore Tso
Date: Tuesday, February 12, 2008 - 7:16 pm

On Tue, Feb 12, 2008 at 04:49:46PM -0800, Linus Torvalds wrote:

So this is what I do for ext4 development.  We maintain a quilt series
in git, which is located here at: http://repo.or.cz/w/ext4-patch-queue.git

A number of ext4 developers have write access to commit into that
tree, and we coordinate amongst ourselves and on
linux-ext4@vger.kernel.org.  I tend to suck it into git using the
"guilt" package, and do periodic merge testing with a number of git
queues to detect potential merge conflicts.  Not as many as James
does, but I may start doing more of that once I steal his scripts.  :-)

The patch queue also gets automatic testing on a number different
platforms; for that reason the series files comments which version of
the kernel it was last based off of, so the ABAT system can know what
version of the kernel to use as the base of the quilt series.

I do a fair amount of QA, including copy editing and in some cases
rewriting the patch descriptions (which are often pretty vile, due to
a number of the ext4 developers not being native English speakers; not
their fault, but more than once I've had no idea what the patch
description is trying to say until I read through the patch very
closely, which is also good for me to do from a code QA point of view  :-).

Periodically, the patch queue gets pushed into the ext4.git tree and
as a patch series on ftp.kernel.org.

I've never been very happy with stgit because of past experiences
which has scarred me when it got get confused and lost my entire patch
series (this was before git reflogs, so recovery was.... interesting).
There's always been something deeply comforting about having the ASCII
patch series since it's easy to back it up and know you're in no
danger of losing everything in case of a bug.  Also, having the patch
series stored in ASCII as a quilt stack means that we can store the
quilt stack itself in git, and with repo.or.cz it allows us to have
multiple write access to the shared quilt stack, while still giving us
the off-line access advantages of git.  (Yes, I've spent plane rides
rewriting patch descriptions.  :-)

The other advantage of storing the patch stack as a an ASCII quilt
series is we have a history of changes of the patches, which we don't
necessarily have if you just use stgit to rewrite the patch.  So we
have the best of both worlds; what gets checked into Linus's tree is a
clean patch series, but we keep some history of different versions of
a patch over time in the ext4-patch-queue git repository.  (I wish we
had better changelog comments there too, but I'll take what I can
get.)

						- Ted
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Mon Feb 11, 6:02 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Mon Feb 11, 6:36 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Mon Feb 11, 7:23 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Mon Feb 11, 7:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Mon Feb 11, 8:32 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Mon Feb 11, 9:21 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Arjan van de Ven, (Mon Feb 11, 9:31 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Mon Feb 11, 9:43 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Trond Myklebust, (Mon Feb 11, 9:45 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Mon Feb 11, 10:07 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Mon Feb 11, 10:11 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Arjan van de Ven, (Mon Feb 11, 10:17 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Mon Feb 11, 10:53 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Mon Feb 11, 10:56 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Mon Feb 11, 11:02 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Mon Feb 11, 11:07 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Mon Feb 11, 11:10 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Mon Feb 11, 11:11 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Mon Feb 11, 11:15 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Harvey Harrison, (Mon Feb 11, 11:21 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Arjan van de Ven, (Tue Feb 12, 12:06 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Tue Feb 12, 4:57 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 7:57 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 8:07 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Benny Halevy, (Tue Feb 12, 8:32 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 9:00 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jeff Garzik, (Tue Feb 12, 9:31 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jeff Garzik, (Tue Feb 12, 9:36 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Benny Halevy, (Tue Feb 12, 9:46 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 10:03 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), John W. Linville, (Tue Feb 12, 10:04 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 10:09 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Roland Dreier, (Tue Feb 12, 10:38 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 10:41 am)
Re: multiple drivers, single device, Roland Dreier, (Tue Feb 12, 10:42 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 10:48 am)
Re: multiple drivers, single device, Greg KH, (Tue Feb 12, 10:51 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Benny Halevy, (Tue Feb 12, 10:53 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 11:00 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jeff Garzik, (Tue Feb 12, 11:02 am)
Re: multiple drivers, single device, Jeff Garzik, (Tue Feb 12, 11:08 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jeff Garzik, (Tue Feb 12, 11:11 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 11:24 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 11:26 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 11:36 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 11:48 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jeff Garzik, (Tue Feb 12, 11:48 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 11:59 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 12:15 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 12:17 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 12:19 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Benny Halevy, (Tue Feb 12, 12:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Tue Feb 12, 12:37 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 12:41 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 12:46 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 12:55 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Tue Feb 12, 1:03 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 1:07 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jiri Kosina, (Tue Feb 12, 1:18 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Tue Feb 12, 1:23 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 1:31 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 1:48 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 1:50 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 2:00 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 2:08 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 2:20 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Matthew Wilcox, (Tue Feb 12, 2:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 2:36 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alan Cox, (Tue Feb 12, 2:51 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Tue Feb 12, 3:17 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alan Cox, (Tue Feb 12, 3:20 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jan Engelhardt, (Tue Feb 12, 3:34 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 3:41 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Tue Feb 12, 3:44 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 3:55 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alan Cox, (Tue Feb 12, 3:59 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alan Cox, (Tue Feb 12, 4:01 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 4:26 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 4:27 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Tue Feb 12, 4:49 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 4:51 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 4:54 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 4:58 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:12 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Tue Feb 12, 5:16 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:27 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 5:29 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:31 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:33 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:36 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Tue Feb 12, 5:37 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:41 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 5:44 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Tue Feb 12, 5:47 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 5:48 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 5:49 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 5:50 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 5:53 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Tue Feb 12, 5:56 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 5:59 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:16 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Randy Dunlap, (Tue Feb 12, 6:20 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:20 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:23 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:24 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Al Viro, (Tue Feb 12, 6:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 6:31 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:38 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 6:41 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 6:46 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Tue Feb 12, 6:46 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 6:57 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Tue Feb 12, 7:06 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Tue Feb 12, 7:16 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 7:18 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Miller, (Tue Feb 12, 7:20 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 7:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 7:35 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Joel Becker, (Tue Feb 12, 7:47 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 8:00 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 8:31 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 8:48 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Tue Feb 12, 9:10 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Paul Mundt, (Tue Feb 12, 9:19 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Tue Feb 12, 9:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Tue Feb 12, 9:52 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Kumar Gala, (Tue Feb 12, 10:03 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Nicolas Pitre, (Tue Feb 12, 10:14 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Nicolas Pitre, (Tue Feb 12, 10:17 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Tue Feb 12, 10:43 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Tue Feb 12, 11:16 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Geert Uytterhoeven, (Wed Feb 13, 12:28 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Geert Uytterhoeven, (Wed Feb 13, 12:38 am)
Re: distributed module configuration, David Miller, (Wed Feb 13, 1:54 am)
Re: distributed module configuration, Sam Ravnborg, (Wed Feb 13, 2:04 am)
Re: distributed module configuration, David Miller, (Wed Feb 13, 2:06 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Wed Feb 13, 3:05 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Wed Feb 13, 3:07 am)
Re: distributed module configuration, Giacomo A. Catenazzi, (Wed Feb 13, 3:09 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Wed Feb 13, 3:36 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Catalin Marinas, (Wed Feb 13, 3:48 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Christoph Hellwig, (Wed Feb 13, 3:54 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Catalin Marinas, (Wed Feb 13, 3:58 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Jeff Garzik, (Wed Feb 13, 5:06 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Wed Feb 13, 5:19 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Frank Seidel, (Wed Feb 13, 5:53 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), John W. Linville, (Wed Feb 13, 8:06 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Joel Becker, (Wed Feb 13, 9:45 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Roel Kluin, (Wed Feb 13, 10:12 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Adrian Bunk, (Wed Feb 13, 10:24 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Wed Feb 13, 10:52 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Adrian Bunk, (Wed Feb 13, 10:53 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Wed Feb 13, 10:55 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alan Cox, (Wed Feb 13, 11:08 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Wed Feb 13, 11:09 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Ann Davis, (Wed Feb 13, 1:24 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Adrian Bunk, (Wed Feb 13, 1:57 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Thu Feb 14, 1:14 am)
Re: distributed module configuration [Was: Announce: Linux ..., Geert Uytterhoeven, (Thu Feb 14, 1:48 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Thu Feb 14, 5:22 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Benny Halevy, (Thu Feb 14, 10:35 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Linus Torvalds, (Thu Feb 14, 11:01 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Gene Heskett, (Thu Feb 14, 11:32 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Greg KH, (Thu Feb 14, 1:32 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Gene Heskett, (Thu Feb 14, 1:39 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Roland Dreier, (Thu Feb 14, 4:22 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Thu Feb 14, 6:02 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Ingo Molnar, (Thu Feb 14, 6:11 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Valdis.Kletnieks, (Thu Feb 14, 11:29 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Valdis.Kletnieks, (Thu Feb 14, 11:44 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Gene Heskett, (Fri Feb 15, 2:26 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Valdis.Kletnieks, (Fri Feb 15, 7:52 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), J. Bruce Fields, (Fri Feb 15, 10:15 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Roel Kluin, (Fri Feb 15, 3:59 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Roel Kluin, (Fri Feb 15, 4:05 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Fri Feb 15, 4:23 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Fri Feb 15, 4:37 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Randy Dunlap, (Fri Feb 15, 4:47 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alan Cox, (Fri Feb 15, 5:03 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Fri Feb 15, 5:09 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Fri Feb 15, 5:12 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Fri Feb 15, 5:17 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Fri Feb 15, 5:21 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Randy Dunlap, (Fri Feb 15, 5:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Fri Feb 15, 5:31 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Alexey Dobriyan, (Fri Feb 15, 5:42 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Andrew Morton, (Fri Feb 15, 5:45 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Russell King, (Sat Feb 16, 1:08 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Thomas Gleixner, (Sat Feb 16, 4:16 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Sat Feb 16, 8:14 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Sat Feb 16, 10:25 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), David Woodhouse, (Sun Feb 17, 5:42 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), James Bottomley, (Sun Feb 17, 7:27 am)
Re: distributed module configuration, Pavel Machek, (Sun Feb 17, 8:51 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Frank Seidel, (Mon Feb 18, 5:45 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Wed Feb 20, 7:55 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stefan Richter, (Wed Feb 20, 8:38 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Wed Feb 20, 8:42 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Adrian Bunk, (Wed Feb 20, 10:13 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Theodore Tso, (Thu Feb 21, 6:22 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Mon Feb 25, 8:54 pm)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Fri Feb 29, 5:45 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Adrian Bunk, (Fri Feb 29, 6:04 am)
Re: Announce: Linux-next (Or Andrew's dream :-)), Stephen Rothwell, (Fri Feb 29, 4:45 pm)