Re: How to improve the quality of the kernel?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bartlomiej Zolnierkiewicz
Date: Sunday, June 17, 2007 - 2:49 pm

On Sunday 17 June 2007, Andrew Morton wrote:

Will send in pm.

I don't want to reveal the "guilty" person identify in public.


I've been too long around to not learn a few things...

rule #3 of successful kernel developer

Ignore reviewers - fix the bugs but don't credit reviewers (crediting them
makes your patch and you look less perfect), if they are asking question
requiring you to do the work (verification of taken assumptions etc.) do not
check anything - answer in a misleading way and present the assumptions you've
taken as a truth written in the stone - eventually they will do verification
themselves.

I really shouldn't be giving these rules out (at least for free 8) so this
time only #3 but there are much more rules and they are as dead serious as
Linus' advices on Linux kernel management style...


Adding Reviewed-by for reviews which highlighted real issues is obvious
(with more detailed credits for noticed problems in the patch description).

Also when somebody reviewed your patch but the discussions it turned out
that the patch is valid - the review itself was still valuable so it would
be appropriate to credit the reviewer by adding Reviewed-by:.


Easy to workaround by a friendly mine "Reviewed-by:" for yours "Reviewed-by:"
deals (without any _proper_ review being done in reality)... ;)


It is not unusual et all.  I mean patches which affect code in such way
that it is difficult to prove it's (in)correctness without doing time
consuming audit.

ie. lets imagine doing a small patch affecting many drivers - you've tested
it quickly on your driver/hardware, then you skip the part of verifying
correctness of new code in other drivers and just push the patch

As a patch author you can either assume "works for me" and push the patch
or do the audit (requires good understanding of the changed code and could
be time consuming).  It is usually quite easy to find out which approach
the author has choosen - the very sparse patch description combined with
the changes in code behavior not mentioned in the patch description should
raise the red flag. :)

As a reviewer having enough knowledge in the area of code affected by patch
you can see the potential problems but you can't prove them without doing
the time consuming part.  You may try to NACK the patch if you have enough
power but you will end up being bypassed by not proving incorrectness of
the patch (not to mention that developer will feel bad about you NACKing
his patch).  Now the funny thing is that despite the fact that audit takes
more time/knowledge then making the patch you will end up with zero credit
if patch turns out to be (luckily) correct.  Even if you find out issues
and report them you are still on mercy of author for being credited so
from personal POV you are much better to wait and fix issues after they
hit mainline kernel.  You have to choose between being a good citizen and
preventing kernel regressions or being bastard and getting the credit. ;)

If you happen to be maintainer of the affected code the choice is similar
with more pros for letting the patch in especially if you can't afford the
time to do audit (and by being maintainer you are guaranteed to be heavily
time constrained).

I hope this makes people see the importance of proper review and proper
recognition of reviewers in preventing kernel regressions.


Sounds like a good idea.


Makes sense... however we need to educate each and every developer about
importance of the code review and proper recognition of reviewers.

Thanks,
Bart
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.21, Linus Torvalds, (Wed Apr 25, 8:29 pm)
Re: Linux 2.6.21, Adrian Bunk, (Wed Apr 25, 9:08 pm)
Re: Linux 2.6.21, Dave Jones, (Wed Apr 25, 9:38 pm)
Re: Linux 2.6.21, Greg KH, (Wed Apr 25, 10:02 pm)
Re: Linux 2.6.21, Willy Tarreau, (Wed Apr 25, 10:04 pm)
Re: Linux 2.6.21, Nick Piggin, (Wed Apr 25, 10:44 pm)
Re: Linux 2.6.21, Jeff Chua, (Wed Apr 25, 11:28 pm)
Re: Linux 2.6.21, Jan De Luyck, (Wed Apr 25, 11:30 pm)
Re: Linux 2.6.21, Daniel Barkalow, (Wed Apr 25, 11:46 pm)
Re: Linux 2.6.21, Oliver Neukum, (Thu Apr 26, 1:03 am)
Re: Linux 2.6.21, Marat Buharov, (Thu Apr 26, 1:23 am)
Re: Linux 2.6.21, Jan Engelhardt, (Thu Apr 26, 1:35 am)
Re: Linux 2.6.21, Soeren Sonnenburg, (Thu Apr 26, 1:42 am)
Re: Linux 2.6.21, Jens Axboe, (Thu Apr 26, 2:20 am)
Re: Linux 2.6.21, Jesper Juhl, (Thu Apr 26, 3:44 am)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 5:32 am)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 5:58 am)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 8:47 am)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 9:40 am)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 9:59 am)
Re: Linux 2.6.21, Chuck Ebbert, (Thu Apr 26, 10:02 am)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 10:20 am)
Re: Linux 2.6.21, Bill Davidsen, (Thu Apr 26, 10:23 am)
Re: Linux 2.6.21, Bill Davidsen, (Thu Apr 26, 10:39 am)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 10:44 am)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 10:48 am)
Re: Linux 2.6.21, Jeff Garzik, (Thu Apr 26, 11:04 am)
Re: Linux 2.6.21, Diego Calleja, (Thu Apr 26, 11:13 am)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 11:36 am)
Re: Linux 2.6.21, Krzysztof Halasa, (Thu Apr 26, 11:37 am)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 11:42 am)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 11:45 am)
Re: Linux 2.6.21, Francois Romieu, (Thu Apr 26, 11:58 am)
Re: Linux 2.6.21, Willy Tarreau, (Thu Apr 26, 12:02 pm)
Re: Linux 2.6.21, Stephen Clark, (Thu Apr 26, 12:11 pm)
Re: Linux 2.6.21, Jeff Garzik, (Thu Apr 26, 12:13 pm)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 12:13 pm)
Re: Linux 2.6.21, Stephen Clark, (Thu Apr 26, 12:14 pm)
Re: Linux 2.6.21, Adrian Bunk, (Thu Apr 26, 12:19 pm)
Re: Linux 2.6.21, Jeff Garzik, (Thu Apr 26, 12:32 pm)
Re: Linux 2.6.21, Stephen Clark, (Thu Apr 26, 12:43 pm)
Re: Linux 2.6.21, Francois Romieu, (Thu Apr 26, 12:43 pm)
Re: Linux 2.6.21, Stephen Clark, (Thu Apr 26, 12:53 pm)
Re: Linux 2.6.21, Krzysztof Halasa, (Thu Apr 26, 12:55 pm)
Re: Linux 2.6.21, Jan Engelhardt, (Thu Apr 26, 12:57 pm)
Re: Linux 2.6.21, Diego Calleja, (Thu Apr 26, 1:41 pm)
Re: Linux 2.6.21, Alan Cox, (Thu Apr 26, 1:50 pm)
Re: Linux 2.6.21, Gene Heskett, (Thu Apr 26, 2:02 pm)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 2:13 pm)
Re: Linux 2.6.21, Mel Gorman, (Thu Apr 26, 2:34 pm)
Re: Linux 2.6.21, Mel Gorman, (Thu Apr 26, 2:59 pm)
Re: Linux 2.6.21, Thomas Gleixner, (Thu Apr 26, 4:32 pm)
Re: Linux 2.6.21, Linus Torvalds, (Thu Apr 26, 5:22 pm)
Re: Linux 2.6.21, Mike Galbraith, (Thu Apr 26, 9:08 pm)
Re: Linux 2.6.21, Jan Engelhardt, (Thu Apr 26, 11:30 pm)
Re: Linux 2.6.21, Marek Wawrzyczny, (Fri Apr 27, 2:33 am)
Re: Linux 2.6.21, Adrian Bunk, (Fri Apr 27, 7:58 am)
Re: Linux 2.6.21, Theodore Tso, (Fri Apr 27, 9:31 am)
Re: Linux 2.6.21, Michael Tokarev, (Fri Apr 27, 10:14 am)
Re: Linux 2.6.21, Stefan Richter, (Fri Apr 27, 12:35 pm)
Re: Linux 2.6.21, Adrian Bunk, (Fri Apr 27, 12:46 pm)
Re: Linux 2.6.21, Stephen Clark, (Fri Apr 27, 1:23 pm)
Re: Linux 2.6.21, Bill Davidsen, (Fri Apr 27, 2:14 pm)
Re: Linux 2.6.21, Bill Davidsen, (Fri Apr 27, 2:17 pm)
Re: Linux 2.6.21, Bill Davidsen, (Fri Apr 27, 2:36 pm)
Re: Linux 2.6.21, Daniel Barkalow, (Fri Apr 27, 4:08 pm)
Re: Linux 2.6.21, Markus Rechberger, (Sat Apr 28, 5:51 am)
Re: Linux 2.6.21, Martin J. Bligh, (Sat Apr 28, 12:08 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sat Apr 28, 12:53 pm)
Re: Linux 2.6.21, Russell King, (Sat Apr 28, 1:27 pm)
Re: Linux 2.6.21, Krzysztof Halasa, (Sat Apr 28, 1:44 pm)
irks with bugzilla (was Re: Linux 2.6.21), Stefan Richter, (Sat Apr 28, 2:43 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sat Apr 28, 3:33 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sat Apr 28, 3:49 pm)
Re: Linux 2.6.21, Markus Rechberger, (Sat Apr 28, 3:58 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sat Apr 28, 4:04 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sat Apr 28, 4:29 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sat Apr 28, 4:40 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sat Apr 28, 4:58 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sat Apr 28, 5:05 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sat Apr 28, 5:07 pm)
Re: Linux 2.6.21, Bob Tracy, (Sat Apr 28, 5:20 pm)
Re: Linux 2.6.21, Markus Rechberger, (Sat Apr 28, 5:28 pm)
Re: Linux 2.6.21, Markus Rechberger, (Sat Apr 28, 5:40 pm)
Re: Linux 2.6.21, Andrew Morton, (Sat Apr 28, 8:28 pm)
Re: Linux 2.6.21, David Miller, (Sat Apr 28, 8:40 pm)
Re: Linux 2.6.21, David Miller, (Sat Apr 28, 8:41 pm)
Re: Linux 2.6.21, Willy Tarreau, (Sat Apr 28, 11:01 pm)
Re: Linux 2.6.21, David Lang, (Sat Apr 28, 11:43 pm)
Re: Linux 2.6.21, Russell King, (Sun Apr 29, 12:34 am)
Re: Linux 2.6.21, Russell King, (Sun Apr 29, 12:37 am)
Re: Linux 2.6.21, Thomas Gleixner, (Sun Apr 29, 1:44 am)
Re: Linux 2.6.21, Stefan Richter, (Sun Apr 29, 2:34 am)
Re: Linux 2.6.21, Stefan Richter, (Sun Apr 29, 2:40 am)
Re: Linux 2.6.21, Stefan Richter, (Sun Apr 29, 2:53 am)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 6:15 am)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 9:07 am)
Re: Linux 2.6.21, Stefan Richter, (Sun Apr 29, 9:34 am)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 9:49 am)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 10:35 am)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 10:37 am)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 10:47 am)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 10:50 am)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 11:09 am)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 11:47 am)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 11:50 am)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 11:58 am)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 11:59 am)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 12:14 pm)
Re: Linux 2.6.21, Russell King, (Sun Apr 29, 12:31 pm)
Re: Linux 2.6.21, Diego Calleja, (Sun Apr 29, 12:40 pm)
Re: Linux 2.6.21, Michal Piotrowski, (Sun Apr 29, 12:51 pm)
Re: Linux 2.6.21, David Miller, (Sun Apr 29, 1:01 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 1:17 pm)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 1:18 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 1:33 pm)
Re: Linux 2.6.21, Simon Arlott, (Sun Apr 29, 1:38 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 1:43 pm)
Re: Linux 2.6.21, Alexey Dobriyan, (Sun Apr 29, 1:52 pm)
Re: Linux 2.6.21, Diego Calleja, (Sun Apr 29, 1:56 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 2:05 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 2:10 pm)
Re: Linux 2.6.21, Michal Piotrowski, (Sun Apr 29, 2:16 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 2:21 pm)
Re: Linux 2.6.21, Linus Torvalds, (Sun Apr 29, 2:24 pm)
Re: Linux 2.6.21, Michal Piotrowski, (Sun Apr 29, 2:26 pm)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 2:26 pm)
Re: Linux 2.6.21, David Lang, (Sun Apr 29, 2:27 pm)
Re: Linux 2.6.21, Dave Jones, (Sun Apr 29, 2:27 pm)
Re: Linux 2.6.21, Francois Romieu, (Sun Apr 29, 2:29 pm)
Re: Linux 2.6.21, David Miller, (Sun Apr 29, 2:41 pm)
Re: Linux 2.6.21, Diego Calleja, (Sun Apr 29, 2:51 pm)
Re: Linux 2.6.21, Thomas Gleixner, (Sun Apr 29, 2:52 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 3:00 pm)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 3:00 pm)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 3:09 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 3:09 pm)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 3:15 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 3:19 pm)
Re: Linux 2.6.21, Thomas Gleixner, (Sun Apr 29, 3:33 pm)
Re: Linux 2.6.21, Johannes Stezenbach, (Sun Apr 29, 3:36 pm)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 3:37 pm)
Re: Linux 2.6.21, Adrian Bunk, (Sun Apr 29, 3:42 pm)
Re: Linux 2.6.21, Michal Piotrowski, (Sun Apr 29, 3:48 pm)
Re: Linux 2.6.21, Michal Piotrowski, (Sun Apr 29, 3:57 pm)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 4:09 pm)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 4:14 pm)
Re: Linux 2.6.21, Indan Zupancic, (Sun Apr 29, 4:18 pm)
Re: Linux 2.6.21, Rafael J. Wysocki, (Sun Apr 29, 4:19 pm)
Re: Linux 2.6.21, Johannes Stezenbach, (Sun Apr 29, 4:41 pm)
Re: Linux 2.6.21, Theodore Tso, (Sun Apr 29, 4:55 pm)
Re: Linux 2.6.21, Indan Zupancic, (Sun Apr 29, 5:05 pm)
Re: Linux 2.6.21, Dave Jones, (Sun Apr 29, 5:13 pm)
Re: Linux 2.6.21, Björn, (Sun Apr 29, 6:14 pm)
Re: Linux 2.6.21, Andi Kleen, (Sun Apr 29, 6:31 pm)
Re: Linux 2.6.21, Gene Heskett, (Sun Apr 29, 6:50 pm)
Re: Linux 2.6.21, Bernd Eckenfels, (Sun Apr 29, 9:54 pm)
Re: Linux 2.6.21, Kyle Moffett, (Sun Apr 29, 10:02 pm)
Re: Linux 2.6.21, Gene Heskett, (Sun Apr 29, 10:06 pm)
Re: Linux 2.6.21, Willy Tarreau, (Sun Apr 29, 10:43 pm)
Re: Linux 2.6.21, Andrew Morton, (Sun Apr 29, 11:30 pm)
Re: Linux 2.6.21, Matthias Andree, (Mon Apr 30, 12:34 am)
Re: Linux 2.6.21, Anton Altaparmakov, (Mon Apr 30, 12:45 am)
Re: Linux 2.6.21, Matthias Andree, (Mon Apr 30, 12:54 am)
Re: Linux 2.6.21, Johannes Stezenbach, (Mon Apr 30, 12:59 am)
Re: Linux 2.6.21, David Lang, (Mon Apr 30, 9:51 am)
Re: Linux 2.6.21, Adrian Bunk, (Mon Apr 30, 11:09 am)
Re: Linux 2.6.21, Borislav Petkov, (Mon Apr 30, 11:13 am)
Re: Linux 2.6.21, Linus Torvalds, (Mon Apr 30, 11:20 am)
Re: Linux 2.6.21, Linus Torvalds, (Mon Apr 30, 11:27 am)
Re: Linux 2.6.21, Adrian Bunk, (Mon Apr 30, 11:57 am)
Re: Linux 2.6.21, Vegard Nossum, (Mon Apr 30, 12:25 pm)
Re: Linux 2.6.21, Rafael J. Wysocki, (Mon Apr 30, 4:08 pm)
Re: Linux 2.6.21, Lennart Sorensen, (Wed May 2, 12:59 pm)
Re: Bugzilla (was Linux 2.6.21), Martin J. Bligh, (Fri May 4, 11:18 am)
regression tracking (Re: Linux 2.6.21), Oleg Verych, (Wed Jun 13, 11:29 pm)
Re: regression tracking (Re: Linux 2.6.21), Stefan Richter, (Thu Jun 14, 8:33 am)
Re: regression tracking (Re: Linux 2.6.21), Stefan Richter, (Thu Jun 14, 9:36 am)
Re: regression tracking (Re: Linux 2.6.21), Oleg Verych, (Thu Jun 14, 9:39 am)
Re: regression tracking (Re: Linux 2.6.21), Adrian Bunk, (Thu Jun 14, 10:30 am)
Re: regression tracking (Re: Linux 2.6.21), Oleg Verych, (Thu Jun 14, 1:33 pm)
Re: regression tracking (Re: Linux 2.6.21), Adrian Bunk, (Thu Jun 14, 1:46 pm)
Re: regression tracking (Re: Linux 2.6.21), Linus Torvalds, (Fri Jun 15, 4:20 pm)
Re: regression tracking (Re: Linux 2.6.21), Adrian Bunk, (Fri Jun 15, 4:42 pm)
Re: regression tracking (Re: Linux 2.6.21), Oleg Verych, (Fri Jun 15, 6:32 pm)
Re: regression tracking (Re: Linux 2.6.21), Adrian Bunk, (Fri Jun 15, 7:55 pm)
Re: regression tracking (Re: Linux 2.6.21), Oleg Verych, (Fri Jun 15, 10:03 pm)
Re: regression tracking (Re: Linux 2.6.21), Stefan Richter, (Sat Jun 16, 5:23 am)
Re: regression tracking (Re: Linux 2.6.21), Michal Piotrowski, (Sat Jun 16, 5:54 am)
Re: regression tracking (Re: Linux 2.6.21), Adrian Bunk, (Sat Jun 16, 6:25 am)
Re: regression tracking (Re: Linux 2.6.21), Adrian Bunk, (Sat Jun 16, 5:44 pm)
[PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Michal Piotrowski, (Sun Jun 17, 2:41 am)
Re: [PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Andrew Morton, (Sun Jun 17, 2:55 am)
Re: [PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Michal Piotrowski, (Sun Jun 17, 3:22 am)
Re: [PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Rafael J. Wysocki, (Sun Jun 17, 5:01 am)
Re: [PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Rafael J. Wysocki, (Sun Jun 17, 5:13 am)
Re: [PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Michal Piotrowski, (Sun Jun 17, 6:17 am)
Re: [PATCH] (Re: regression tracking (Re: Linux 2.6.21)), Stefan Richter, (Sun Jun 17, 7:02 am)
How to improve the quality of the kernel?, Adrian Bunk, (Sun Jun 17, 7:29 am)
Re: How to improve the quality of the kernel?, Michal Piotrowski, (Sun Jun 17, 9:15 am)
Re: How to improve the quality of the kernel?, Stefan Richter, (Sun Jun 17, 9:26 am)
Re: How to improve the quality of the kernel?, Michal Piotrowski, (Sun Jun 17, 9:47 am)
Re: How to improve the quality of the kernel?, Rafael J. Wysocki, (Sun Jun 17, 10:31 am)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Sun Jun 17, 10:42 am)
Re: How to improve the quality of the kernel?, Rafael J. Wysocki, (Sun Jun 17, 11:16 am)
Re: How to improve the quality of the kernel?, Adrian Bunk, (Sun Jun 17, 11:24 am)
Re: How to improve the quality of the kernel?, Stefan Richter, (Sun Jun 17, 11:44 am)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Sun Jun 17, 11:50 am)
Re: How to improve the quality of the kernel?, Andrew Morton, (Sun Jun 17, 11:52 am)
Re: How to improve the quality of the kernel?, Bartlomiej Zolnierki ..., (Sun Jun 17, 11:53 am)
Re: How to improve the quality of the kernel?, Michal Piotrowski, (Sun Jun 17, 11:54 am)
Re: How to improve the quality of the kernel?, Rafael J. Wysocki, (Sun Jun 17, 12:18 pm)
Re: How to improve the quality of the kernel?, Adrian Bunk, (Sun Jun 17, 12:31 pm)
Re: How to improve the quality of the kernel?, Carlo Wood, (Sun Jun 17, 12:33 pm)
Re: How to improve the quality of the kernel?, Stefan Richter, (Sun Jun 17, 1:00 pm)
Re: How to improve the quality of the kernel?, Michal Piotrowski, (Sun Jun 17, 1:10 pm)
Re: How to improve the quality of the kernel?, Bartlomiej Zolnierki ..., (Sun Jun 17, 2:49 pm)
Re: How to improve the quality of the kernel?, Stefan Richter, (Sun Jun 17, 4:15 pm)
Re: How to improve the quality of the kernel?, Rafael J. Wysocki, (Sun Jun 17, 4:15 pm)
Re: How to improve the quality of the kernel?, Bartlomiej Zolnierki ..., (Sun Jun 17, 5:22 pm)
Re: How to improve the quality of the kernel?, Stefan Richter, (Sun Jun 17, 5:32 pm)
Re: How to improve the quality of the kernel?, Bartlomiej Zolnierki ..., (Sun Jun 17, 6:04 pm)
Re: How to improve the quality of the kernel?, Andrew Morton, (Sun Jun 17, 10:09 pm)
RE: How to improve the quality of the kernel?, Fortier,Vincent [Mon ..., (Mon Jun 18, 6:23 am)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Mon Jun 18, 3:31 pm)
Re: How to improve the quality of the kernel?, Martin Bligh, (Mon Jun 18, 3:41 pm)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Mon Jun 18, 3:56 pm)
Re: How to improve the quality of the kernel?, Martin Bligh, (Mon Jun 18, 4:59 pm)
Re: How to improve the quality of the kernel?, Linus Torvalds, (Mon Jun 18, 5:09 pm)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Mon Jun 18, 5:24 pm)
Re: regression tracking (Re: Linux 2.6.21), Martin Bligh, (Mon Jun 18, 5:28 pm)
Re: How to improve the quality of the kernel?, Martin Bligh, (Mon Jun 18, 5:42 pm)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Mon Jun 18, 5:55 pm)
Re: How to improve the quality of the kernel?, Martin Bligh, (Mon Jun 18, 6:10 pm)
RE: How to improve the quality of the kernel?, Fortier,Vincent [Mon ..., (Mon Jun 18, 6:51 pm)
Re: How to improve the quality of the kernel?, Natalie Protasevich, (Mon Jun 18, 7:27 pm)
Re: How to improve the quality of the kernel?, Stefan Richter, (Tue Jun 19, 4:06 am)
Re: regression tracking (Re: Linux 2.6.21), Rafael J. Wysocki, (Tue Jun 19, 7:49 am)
Re: regression tracking (Re: Linux 2.6.21), Martin J. Bligh, (Tue Jun 19, 10:27 am)
Re: This is [Re:] How to improve the quality of the kernel[?]., Natalie Protasevich, (Tue Jun 19, 10:37 am)
Re: How to improve the quality of the kernel?, Markus Rechberger, (Fri Jun 22, 5:01 am)
Re: How to improve the quality of the kernel?, Stefan Richter, (Fri Jun 22, 7:19 am)
Re: How to improve the quality of the kernel?, Oleg Verych, (Fri Jun 22, 8:25 am)