linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Oleg Verych <olecom@flower.upol.cz>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Martin Bligh <mbligh@mbligh.org>,
	Natalie Protasevich <protasnb@gmail.com>,
	"Fortier,Vincent [Montreal]" <Vincent.Fortier1@ec.gc.ca>,
	Andrew Morton <akpm@linux-foundation.org>,
	Stefan Richter <stefanr@s5r6.in-berlin.de>,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
	Andi Kleen <andi@firstfloor.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Diego Calleja <diegocg@gmail.com>,
	Chuck Ebbert <cebbert@redhat.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: This is [Re:] How to improve the quality of the kernel[?].
Date: Tue, 19 Jun 2007 17:04:35 +0200	[thread overview]
Message-ID: <20070619150435.GD12950@stusta.de> (raw)
In-Reply-To: <20070619140512.GA19904@flower.upol.cz>

On Tue, Jun 19, 2007 at 04:05:12PM +0200, Oleg Verych wrote:
>...
> On Tue, Jun 19, 2007 at 02:48:55PM +0200, Adrian Bunk wrote:
> > On Tue, Jun 19, 2007 at 06:06:47AM +0200, Oleg Verych wrote:
>...
> > >   When patch in sent to this PTS, your lovely
> > >   checkpatch/check-whatever-crap-has-being-sent tools can be set up as
> > >   gatekeepers, thus making impossible stupid errors with MIME coding,
> > >   line wrapping, whatever style you've came up with now in checking
> > >   sent crap.
> > 
> > The -mm kernel already implements what your proposed PTS would do.
> 
> Having all-in-one patchset, like -mm is easy thing to provide
> interested parties with "you know what you have -- crazy development"
> 
> However [P]TS is tracking, recording, organizing tool. {1} Andrew's cron
> daemon easily can run script to check status of particular patch (cc,
> tested-by, acked-by). If patch have no TS ID, Andrew's watchdog is
> barking back to patch originator (with polite asking to send patch as:
> 
> * TS as "To:" target
> * patch author as "Cc:" target, this is useful to require:
>   . author can check that copy himself with text-only pager program
>     (to see any MIME coding crap)
>   . preventing SPAM
> * maybe somebody else in Cc or Bcc.)

Quite a big part of -mm are git trees of maintainers.
Where are they in your tool?

And I still don't think your tool would make sense.
But hey, simply try it - that's the only way for you to prove me wrong.
People said similar things about the 2.6.16 kernel or my regression 
tracking, and I simply did it.

> > Plus it gives testers more or less all patches currently pending 
> > inclusion into Linus' tree in one kernel they can test.
> 
> Crazy development{0}. Somebody knows, that comprehensively testing
> hibernation is their thing. I don't care about it, i care about foo, bar.
> Thus i can apply for example lguest patches and implement and test new
> asm-offset replacement, *easily*. Somebody, as you know, likes new fancy
> file system, and no-way other. Let them be happy testing that thing
> *easily*. Because another fancy NO_MHz will hang their testing bench
> right after best ever speed results were recorded.

Patch dependencies and patch conflicts will be the interesting parts 
when you will implement this.

E.g. new fancy filesystem patch in -mm might depend on some VFS change 
that requires changes to all other filesystems.

I'm really looking forward to see how you will implement this for 
something like -mm with > 1000 patches (many of them git trees that 
themselves contain many different patches) without offloading all the 
additional work to the kernel developers.

> > The problem are more social problems like patches Andrew has never heard 
> > of before getting into Linus' tree during the merge window.
> 
> Linus' watchdog, as well, asking for valid patch id, or just doesn't
> care (in similar manner Linus does :).
> 
> So far no human is involved in social things. Do you agree?

No.

Forcing people to use some tool (no matter whether it's Bugzilla or
the PTS you want to implement) is 100% a social problem involving humans.

> Human power is worth and needed in particular patch discussion and
> testing under the participation (by Cc, acking, test-ok *e-mails*) of
> tracking system.

For getting people to use your tool, you will have to convince them that 
using your tool will bring them real benefits.

> > >...
> > > |-*- Feature Needed -*-
> > >   Addition, needed is hardware user tested have/had/used. Currently
> > >   ``reportbug'' tool includes packed specific and system specific
> > >   additions automaticly gathered and inserted to e-mail sent to BTS.
> > >   (e.g. <http://permalink.gmane.org/gmane.linux.debian.devel.kernel/29740>)
> > 
> > The problem is that most problems don't occur on one well-defined 
> > kind of hardware - patches often break in exactly the areas the patch
> > author expected no problems in.
> 
> I tried to test that new fancy FS, and couldn't boot because of
> yet-another ACPI crap. See theme{0}?
> 
> Overall testing, like Andrew does, is doubtless brave thing, but he have
> more time after {1}, isn't it?

I doubt the placing of some Acked-By- tags in patches is really what 
is killing Andrews time.

How does Andrew check the status of 1500 patches in -mm in your PTS?

And how do you implement the use case that Andrew forwards a batch of
200 patches to Linus? How does the information from your tool come into git?

But hey, write your tool and convince Andrew of it's advantages if you 
don't believe me.

> > And in many cases a patch for a device driver was written due to a bug 
> > report - in such cases a tester with the hardware in question is already 
> > available.
> 
> Tracking all possible testers (for next driver update, for example) is
> in question.

Spamming people who have some hardware with information about patches 
won't bring you anything. You need people willing to test patches that 
won't bring them any benefit - and if you have such people they are 
usually as well willing to simply regularly test -rc kernels.

> > >...
> > > > but in the end, it needs to also be easy and painfree to the people
> > > > involved, and also make sure that any added workflow doesn't require
> > > > even *more* load and expertise on the already often overworked 
> > > > maintainers..
> > > 
> > > Experienced BTS users and developers. Please, correct me if i'm wrong.
> > > At least e-mail part of Debian's BTS and whole idea of it is *exactly*
> > > what is needed. Bugzilla fans, you can still use you useless pet,
> > > because Debian developers have done things, to track and e-mail states
> > > of bugs: <http://permalink.gmane.org/gmane.linux.debian.devel.kernel/29736>
> > >...
> > 
> > "useless pet"?
> > Be serious.
> > How many open source projects use Bugzilla and how many use the Debian BTS?
> > And then start thinking about why the "useless pet" has so many more 
> > user...
> 
> I might be stupid, but i faced it. On my amd64 512M laptop i *cannot* run
> mozillka any more, for example!

Why not?

> And i don't care, because Linus said his
> opinion and i fully agree with him.

Did Linus state he would actually actively use a Debian BTS?
If not, then there's no advantage.

> > The Debian BTS requires you to either write emails with control messages 
> > or generating control messages with external tools.
> 
> Awesome!!! Are you wrote this reply to me by 
> 
> > In Bugzilla the same works through a web interface.
> 
> web interface? If you did .........</dev/random dd bs=1 count=13.....
> Actually you didn't ;)

There's a difference between a discussion email and a control message in 
a fixed format.

> > I know both the Debian BTS and Bugzilla and although they are quite 
> > different they both are reasonable tools for their purpose.
> 
> As you just might have seen here, i was talking about organizing,
> tracking, hopefully saving and redirecting useful main power. And i don't
> bother search e-mails i saw about Bugzilla's BD from many other prominent
> developers. I just know that, not from my dream or physical vacuum.
> 
> Basic concept of Debian BTS is what i've discovered after many useless
> hours i spent in Bugzilla. And this is mainly because of one basic
> important thing, that nobody acknowledged (for newbies, like me):
> 
> * E-Mail with useful MUAs, after it got reliable delivery MTAs with qmail
>   (or exim) is the main communication toolset.
>...

How do people sell and buy goods at eBay?
eBay has a "do everything through the web interface plus notification 
emails" quite similar to Bugzilla.

Or Wikis?
Or Blogs?

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  parent reply	other threads:[~2007-06-19 15:04 UTC|newest]

Thread overview: 278+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-26  3:29 Linux 2.6.21 Linus Torvalds
2007-04-26  4:08 ` Adrian Bunk
2007-04-26  4:38   ` Dave Jones
2007-04-26  5:02   ` Greg KH
2007-04-26  5:44     ` Nick Piggin
2007-04-26  5:04   ` Willy Tarreau
2007-04-26  6:28   ` Jeff Chua
2007-04-26  6:46   ` Daniel Barkalow
2007-04-26  8:03     ` Oliver Neukum
2007-04-26 12:32     ` Adrian Bunk
2007-04-26  8:42   ` Soeren Sonnenburg
2007-04-26  9:20   ` Jens Axboe
2007-04-26 10:44   ` Jesper Juhl
2007-04-26 12:58   ` Adrian Bunk
2007-04-26 15:47     ` Linus Torvalds
2007-04-26 16:59       ` Adrian Bunk
2007-04-26 17:20         ` Linus Torvalds
2007-04-26 17:48           ` Adrian Bunk
2007-04-26 18:37         ` Krzysztof Halasa
2007-04-26 18:45           ` Adrian Bunk
2007-04-26 19:55             ` Krzysztof Halasa
2007-04-26 21:34             ` Mel Gorman
2007-04-26 19:11           ` Stephen Clark
2007-04-27 17:14           ` Michael Tokarev
2007-04-27 19:35             ` Stefan Richter
2007-04-28 20:44             ` Krzysztof Halasa
2007-04-26 20:50         ` Alan Cox
2007-04-27 14:58           ` Adrian Bunk
2007-04-27 16:31             ` Theodore Tso
2007-04-27 19:46               ` Adrian Bunk
2007-04-27 20:23                 ` Stephen Clark
2007-04-28 12:51                 ` Markus Rechberger
2007-04-27 21:17         ` Bill Davidsen
2007-04-26 17:02       ` Chuck Ebbert
2007-04-26 18:13         ` Diego Calleja
2007-04-26 18:42           ` Linus Torvalds
2007-04-26 20:41             ` Diego Calleja
2007-04-26 21:13               ` Linus Torvalds
2007-04-27  9:33                 ` Marek Wawrzyczny
2007-04-28 19:08                 ` Martin J. Bligh
2007-04-28 22:11                   ` Neil Brown
2007-04-28 22:33                     ` Adrian Bunk
2007-04-28 22:42                       ` Neil Brown
2007-04-28 23:14                       ` Rafael J. Wysocki
2007-04-29  0:17                     ` Linus Torvalds
2007-04-29  3:03                     ` Andrew Morton
2007-04-29  0:07                   ` Linus Torvalds
2007-04-29  3:28                     ` Andrew Morton
2007-04-28 19:53                 ` Adrian Bunk
     [not found]                   ` <alpine.LFD.0.98.0704281529080. 9964@woody.linux-foundation.org>
2007-04-28 20:27                   ` Russell King
2007-04-28 21:43                     ` irks with bugzilla (was Re: Linux 2.6.21) Stefan Richter
2007-04-28 22:49                     ` Linux 2.6.21 Adrian Bunk
2007-04-28 23:29                       ` Linus Torvalds
2007-04-29 13:15                         ` Andi Kleen
2007-04-29 16:07                           ` Linus Torvalds
2007-04-29 16:34                             ` Stefan Richter
2007-04-29 16:49                             ` Rafael J. Wysocki
2007-04-29 17:37                               ` Andi Kleen
2007-04-29 17:50                                 ` Linus Torvalds
2007-06-14  6:29                                   ` regression tracking (Re: Linux 2.6.21) Oleg Verych
2007-06-14 15:33                                     ` Stefan Richter
2007-06-14 16:39                                       ` Oleg Verych
2007-06-14 16:36                                         ` Stefan Richter
2007-06-14 17:30                                         ` Adrian Bunk
2007-06-14 20:33                                           ` Oleg Verych
2007-06-14 20:46                                             ` Adrian Bunk
2007-06-15 23:20                                     ` Linus Torvalds
2007-06-15 23:42                                       ` Adrian Bunk
2007-06-16  1:32                                         ` Oleg Verych
2007-06-16  2:55                                           ` Adrian Bunk
2007-06-16  5:03                                             ` Oleg Verych
2007-06-16 13:25                                               ` Adrian Bunk
2007-06-16 12:23                                           ` Stefan Richter
2007-06-16 12:54                                             ` Michal Piotrowski
2007-06-17  0:44                                             ` Adrian Bunk
2007-06-17  9:41                                               ` [PATCH] (Re: regression tracking (Re: Linux 2.6.21)) Michal Piotrowski
2007-06-17  9:55                                                 ` Andrew Morton
2007-06-17 10:22                                                   ` Michal Piotrowski
2007-06-17 11:47                                                     ` Oleg Verych
2007-06-17 12:13                                                       ` Rafael J. Wysocki
2007-06-17 14:24                                                         ` Oleg Verych
2007-06-17 14:48                                                           ` Adrian Bunk
2007-06-17 17:44                                                       ` david
2007-06-17 21:23                                                         ` Oleg Verych
2007-06-17 12:01                                                     ` Rafael J. Wysocki
2007-06-17 12:45                                                 ` Adrian Bunk
2007-06-17 13:17                                                   ` Michal Piotrowski
2007-06-17 14:02                                                     ` Stefan Richter
2007-06-17 14:29                                                     ` How to improve the quality of the kernel? Adrian Bunk
2007-06-17 16:15                                                       ` Michal Piotrowski
2007-06-17 16:26                                                       ` Stefan Richter
2007-06-17 16:47                                                         ` Michal Piotrowski
2007-06-17 18:24                                                         ` Adrian Bunk
2007-06-17 18:44                                                           ` Stefan Richter
2007-06-17 18:50                                                           ` Natalie Protasevich
2007-06-22 12:01                                                             ` Markus Rechberger
2007-06-22 14:19                                                               ` Stefan Richter
2007-06-22 15:25                                                                 ` Oleg Verych
2007-06-17 17:31                                                       ` Rafael J. Wysocki
2007-06-17 17:42                                                         ` Natalie Protasevich
2007-06-17 18:16                                                           ` Rafael J. Wysocki
2007-06-17 19:31                                                         ` Adrian Bunk
2007-06-17 18:53                                                       ` Bartlomiej Zolnierkiewicz
2007-06-17 18:52                                                         ` Andrew Morton
2007-06-17 19:18                                                           ` Rafael J. Wysocki
2007-06-17 19:33                                                             ` Carlo Wood
2007-06-17 20:00                                                               ` Stefan Richter
2007-06-17 20:10                                                                 ` Michal Piotrowski
2007-06-17 21:49                                                           ` Bartlomiej Zolnierkiewicz
2007-06-17 23:15                                                             ` Stefan Richter
2007-06-18  0:22                                                               ` Bartlomiej Zolnierkiewicz
2007-06-18  0:32                                                                 ` Stefan Richter
2007-06-18  5:09                                                               ` Andrew Morton
2007-06-18 13:23                                                                 ` Fortier,Vincent [Montreal]
2007-06-18 22:31                                                                   ` Natalie Protasevich
2007-06-18 22:41                                                                     ` Martin Bligh
2007-06-18 22:56                                                                       ` Natalie Protasevich
2007-06-18 23:59                                                                         ` Martin Bligh
2007-06-19  0:09                                                                           ` Linus Torvalds
2007-06-19  0:24                                                                             ` Natalie Protasevich
2007-06-19  0:42                                                                               ` Martin Bligh
2007-06-19  0:55                                                                                 ` Natalie Protasevich
2007-06-19  1:10                                                                                   ` Martin Bligh
2007-06-19  4:06                                                                             ` This is [Re:] How to improve the quality of the kernel[?] Oleg Verych
2007-06-19 12:48                                                                               ` Adrian Bunk
2007-06-19 14:05                                                                                 ` Oleg Verych
2007-06-19 14:27                                                                                   ` Stefan Richter
2007-06-19 15:47                                                                                     ` Oleg Verych
2007-06-19 17:50                                                                                       ` Stefan Richter
2007-06-19 18:56                                                                                         ` Oleg Verych
2007-06-19 19:21                                                                                           ` Stefan Richter
2007-06-19 15:04                                                                                   ` Adrian Bunk [this message]
2007-06-19 15:08                                                                                   ` Stefan Richter
2007-06-19 17:14                                                                                     ` Oleg Verych
2007-06-19 15:01                                                                                 ` Linus Torvalds
2007-06-19 16:53                                                                                   ` Oleg Verych
2007-06-19 17:04                                                                                     ` Linus Torvalds
2007-06-19 17:37                                                                                       ` Natalie Protasevich
2007-06-19 17:51                                                                                       ` Oleg Verych
2007-06-21 23:51                                                                                       ` Adrian Bunk
2007-06-21 23:59                                                                                         ` Linus Torvalds
2007-06-22  0:16                                                                                           ` Adrian Bunk
2007-06-21 23:48                                                                                   ` Adrian Bunk
2007-06-19 13:30                                                                               ` Don Armstrong
2007-06-19  1:51                                                                         ` How to improve the quality of the kernel? Fortier,Vincent [Montreal]
2007-06-19  2:27                                                                           ` Natalie Protasevich
2007-06-19 11:06                                                                             ` Stefan Richter
2007-06-17 23:15                                                             ` Rafael J. Wysocki
2007-06-18  1:04                                                               ` Bartlomiej Zolnierkiewicz
2007-06-17 18:54                                                         ` Michal Piotrowski
2007-06-19  0:28                                       ` regression tracking (Re: Linux 2.6.21) Martin Bligh
2007-06-19 14:49                                         ` Rafael J. Wysocki
2007-06-19 17:27                                           ` Martin J. Bligh
2007-04-29 18:50                                 ` Linux 2.6.21 Rafael J. Wysocki
2007-04-29 18:58                                   ` Linus Torvalds
2007-04-29 19:14                                   ` Andi Kleen
2007-04-29 20:18                                     ` Rafael J. Wysocki
2007-04-29 20:43                                       ` Adrian Bunk
2007-04-29 22:00                                         ` Rafael J. Wysocki
2007-04-29 22:00                                           ` Adrian Bunk
2007-04-29 23:14                                             ` Rafael J. Wysocki
2007-04-29 20:52                                       ` Alexey Dobriyan
2007-04-29 22:09                                         ` Rafael J. Wysocki
2007-04-30  6:30                                           ` Andrew Morton
2007-04-30 23:08                                             ` Rafael J. Wysocki
2007-05-04 18:18                                     ` Bugzilla (was Linux 2.6.21) Martin J. Bligh
2007-04-30  5:43                                 ` Linux 2.6.21 Willy Tarreau
2007-04-29 17:35                             ` Andi Kleen
2007-04-29 17:47                               ` Linus Torvalds
2007-04-29 18:09                                 ` Andi Kleen
2007-04-29 18:47                                   ` Linus Torvalds
2007-04-29 18:59                                   ` Rafael J. Wysocki
2007-04-29 19:31                                   ` Russell King
2007-04-29 19:40                                   ` Diego Calleja
2007-04-29 19:51                                     ` Michal Piotrowski
2007-04-30  1:50                                       ` Gene Heskett
2007-04-30  4:54                                         ` Bernd Eckenfels
2007-04-30  5:06                                           ` Gene Heskett
2007-04-29 20:17                                     ` Adrian Bunk
2007-04-29 20:33                                       ` Linus Torvalds
2007-04-29 21:05                                         ` Adrian Bunk
2007-04-29 21:24                                           ` Linus Torvalds
2007-04-30  7:45                                             ` Anton Altaparmakov
2007-04-30 18:09                                             ` Adrian Bunk
2007-04-30 18:20                                               ` Linus Torvalds
2007-04-30 18:27                                                 ` Linus Torvalds
2007-04-30 18:57                                                 ` Adrian Bunk
2007-04-30 19:25                                                   ` Vegard Nossum
2007-04-29 22:36                                           ` Johannes Stezenbach
2007-04-29 23:18                                             ` Indan Zupancic
2007-04-29 23:41                                               ` Johannes Stezenbach
2007-04-30  0:05                                                 ` Indan Zupancic
2007-04-30  7:54                                               ` Matthias Andree
2007-04-29 20:56                                       ` Diego Calleja
2007-04-29 21:10                                         ` Adrian Bunk
2007-04-29 21:16                                           ` Michal Piotrowski
2007-04-29 21:21                                             ` Adrian Bunk
2007-04-29 21:26                                               ` Michal Piotrowski
2007-04-29 21:52                                               ` Thomas Gleixner
2007-04-29 22:19                                                 ` Adrian Bunk
2007-04-29 22:33                                                   ` Thomas Gleixner
2007-04-29 22:37                                                     ` Andi Kleen
2007-04-29 22:48                                                       ` Michal Piotrowski
2007-04-29 23:09                                                         ` Andi Kleen
2007-04-29 22:42                                                     ` Adrian Bunk
2007-04-29 22:57                                                       ` Michal Piotrowski
2007-04-29 21:51                                           ` Diego Calleja
2007-04-29 23:19                                             ` Rafael J. Wysocki
2007-04-29 21:29                                     ` Francois Romieu
2007-05-02 19:59                                     ` Lennart Sorensen
2007-04-29 20:01                                   ` David Miller
2007-04-29 21:26                                     ` Andi Kleen
2007-04-29 21:41                                       ` David Miller
2007-04-29 22:15                                         ` Andi Kleen
2007-04-29 20:38                                   ` Simon Arlott
2007-04-30  7:34                             ` Matthias Andree
2007-04-29 23:55                           ` Theodore Tso
2007-04-30  0:13                             ` Dave Jones
2007-04-30  1:14                             ` Björn Steinbrink
2007-04-30  1:31                             ` Andi Kleen
2007-04-30  5:02                             ` Kyle Moffett
2007-04-30  7:59                             ` Johannes Stezenbach
2007-04-30 16:51                             ` David Lang
2007-04-29  7:34                       ` Russell King
2007-04-28 22:33                   ` Linus Torvalds
2007-04-28 22:58                     ` Markus Rechberger
2007-04-28 23:40                       ` Linus Torvalds
2007-04-29  0:05                         ` Adrian Bunk
2007-04-29 21:27                           ` Dave Jones
2007-04-29 21:27                             ` David Lang
2007-04-29 22:09                             ` Adrian Bunk
2007-04-29  0:20                         ` Bob Tracy
2007-04-29  0:40                           ` Markus Rechberger
2007-04-29  0:28                         ` Markus Rechberger
2007-04-29  3:40                       ` David Miller
2007-04-29  6:43                         ` David Lang
2007-04-29  9:34                           ` Stefan Richter
2007-04-29  9:40                             ` Stefan Richter
2007-04-29  6:01                       ` Willy Tarreau
2007-04-29  9:53                         ` Stefan Richter
2007-04-29  7:37                       ` Russell King
2007-04-28 23:04                     ` Adrian Bunk
2007-04-28 23:58                       ` Linus Torvalds
2007-04-29  3:41                       ` David Miller
2007-04-29  8:44                         ` Thomas Gleixner
2007-04-30 18:13                   ` Borislav Petkov
2007-04-26 17:39       ` Bill Davidsen
2007-04-26 17:44         ` Linus Torvalds
2007-04-27 21:14           ` Bill Davidsen
2007-04-26 23:32     ` Thomas Gleixner
2007-04-27  0:22       ` Linus Torvalds
2007-04-27 23:08     ` Daniel Barkalow
2007-04-26 17:23   ` Bill Davidsen
2007-04-26 18:04     ` Jeff Garzik
2007-04-26 18:36       ` Adrian Bunk
2007-04-26 18:58         ` Francois Romieu
2007-04-26 19:13           ` Jeff Garzik
2007-04-26 19:19             ` Adrian Bunk
2007-04-26 19:43             ` Stephen Clark
2007-04-26 19:43             ` Francois Romieu
2007-04-26 19:53               ` Stephen Clark
     [not found]             ` <4630FC6C.6070902@seclark.us>
     [not found]               ` <4630FE8D.6090900@garzik.org>
2007-04-26 19:48                 ` Stephen Clark
2007-04-27 15:22                   ` Stephen Clark
2007-04-26 19:13           ` Adrian Bunk
2007-04-26 19:14       ` Stephen Clark
2007-04-26 19:32         ` Jeff Garzik
2007-04-26 21:02         ` Gene Heskett
2007-04-26 21:02         ` Gene Heskett
2007-04-27 21:36         ` Bill Davidsen
2007-04-26  6:30 ` Jan De Luyck
2007-04-26  8:23 ` Marat Buharov
2007-04-27  6:30   ` Jan Engelhardt
2007-04-26  8:35 ` Jan Engelhardt
2007-04-26 16:40   ` Linus Torvalds
2007-04-26 19:02     ` Willy Tarreau
2007-04-27  4:08       ` Mike Galbraith
2007-04-26 19:57     ` Jan Engelhardt
2007-04-26 21:59     ` Mel Gorman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070619150435.GD12950@stusta.de \
    --to=bunk@stusta.de \
    --cc=Vincent.Fortier1@ec.gc.ca \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=bzolnier@gmail.com \
    --cc=cebbert@redhat.com \
    --cc=diegocg@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@mbligh.org \
    --cc=michal.k.k.piotrowski@gmail.com \
    --cc=olecom@flower.upol.cz \
    --cc=protasnb@gmail.com \
    --cc=rjw@sisk.pl \
    --cc=stefanr@s5r6.in-berlin.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).