public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Coding style - a non-issue
@ 2001-11-28 23:29 Peter Waltenberg
  2001-11-28 23:40 ` Russell King
                   ` (4 more replies)
  0 siblings, 5 replies; 792+ messages in thread
From: Peter Waltenberg @ 2001-11-28 23:29 UTC (permalink / raw)
  To: linux-kernel

The problem was solved years ago.

"man indent"

Someone who cares, come up with an indentrc for the kernel code, and get it
into Documentation/CodingStyle
If the maintainers run all new code through indent with that indentrc
before checkin, the problem goes away.
The only one who'll incur any pain then is a code submitter who didn't
follow the rules. (Exactly the person we want to be in pain ;)).


Then we can all get on with doing useful things.

Cheers
Peter


^ permalink raw reply	[flat|nested] 792+ messages in thread
* A modest proposal -- We need a patch penguin
@ 2002-01-28 14:10 Rob Landley
  2002-01-29  0:44 ` Matthew D. Pitts
                   ` (5 more replies)
  0 siblings, 6 replies; 792+ messages in thread
From: Rob Landley @ 2002-01-28 14:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, Alan Cox, Dave Jones, esr

Patch Penguin Proposal.

 1) Executive summary.
 2) The problem.
 3) The solution.
 4) Ramifications.

 -- Executive summary.

Okay everybody, this is getting rediculous. Patches FROM MAINTAINERS are 
getting dropped on the floor on a regular basis. This is burning out 
maintainers and is increasing the number of different kernel trees (not yet a 
major fork, but a lot of cracks and fragmentation are showing under the 
stress). Linus needs an integration lieutenant, and he needs one NOW.

We need to create the office of "patch penguin", whose job would be to make 
Linus's life easier by doing what Alan Cox used to do, and what Dave Jones is 
unofficially doing right now. (In fact, I'd like to nominate Dave Jones for 
the office, although it's Linus's decision and it would be nice if Dave got 
Alan Cox's blessing as well.)

And if we understand this position, and formalize it, we can make better use 
of it. It can solve a lot of problems in linux development.

 -- The problem.

Linus doesn't scale, and his current way of coping is to silently drop the 
vast majority of patches submitted to him onto the floor. Most of the time 
there is no judgement involved when this code gets dropped. Patches that fix 
compile errors get dropped. Code from subsystem maintainers that Linus 
himself designated gets dropped. A build of the tree now spits out numerous 
easily fixable warnings, when at one time it was warning-free. Finished code 
regularly goes unintegrated for months at a time, being repeatedly resynced 
and re-diffed against new trees until the code's maintainer gets sick of it. 
This is extremely frustrating to developers, users, and vendors, and is 
burning out the maintainers. It is a huge source of unnecessary work. The 
situation needs to be resolved. Fast.

If you think I'm preaching to the choir, skip to the next bit called "the 
solution". If not, read on...

The Linux tree came very close to forking during 2.4. We went eleven months 
without a development tree. The founding of the Functionally Overloaded Linux 
Kernel project was a symptom of an enormous unintegrated patch backlog 
building up pressure until at least a small fork was necessary. Even with 2.5 
out, the current high number of seperate development trees accepting 
third-party is still alarmingly high. Linus and Marcelo have been joined by 
Dave Jones, Alan Cox, Andrea Arcangeli, Michael Cohen, and others, with 
distributors maintaining their own significantly forked kernel trees as a 
matter of course. Developers like Andrea, Robert Love and Rik van Riel either 
distribute others' relatively unrelated patches with their patch sets, or 
base their patches on other, as yet unintegrated patches for extended periods 
of time.

Discussion of this problem was covered by kernel traffic and Linux Weekly 
News:

http://kt.zork.net/kernel-traffic/kt20020114_150.html#5
http://lwn.net/2002/0103/kernel.php3 (search for "patch management").

During 2.4, the version skew between Alan Cox's tree and Linus's tree got as 
bad as it's ever been. Several of the bug fixes in Alan's tree (which he 
stopped maintaining months ago) still are not present in 2.4.17 or 2.5. Rik 
van Riel has publicly complained that Linus dropped his VM patches on the 
floor for several months, a contributing factor to the 2.4 VM's failure to 
stabilize for almost a -YEAR- after its release. (This is a bad sign. Whether 
Rik's or Andrea's VM is superior is a side issue. Alan Cox, and through him 
Red Hat, got Rik's VM to work acceptably by integrating patches from that 
VM's maintainer. The fact Linus didn't do as well is a symptom of this larger 
problem. The kind of subsystem swapping so major it requires a new maintainer 
should not be necessary during a stable series.)

Speaking of Andrea Arcangeli, he's now integrating third-party patches into 
his own released development trees, because 2.5 isn't suitable to do 
development against and 2.4 doesn't have existing work (like low latency) 
he's trying to extend.

Andre Hedrick just had to throw a temper tantrum to get any attention paid to 
his IDE patches, and he's the official IDE maintainer. Eric Raymond tells me 
his help file updates have now been ignored for 33 consecutive releases 
(again, he's the maintainer), and this combined with recent major changes 
Linus unilaterally made to 2.5's help files (still without syncing with the 
maintainer's version before doing so) has created a lot of extra and totally 
unnecessary work for Eric, and he tells me it's made the version skew between 
2.4 and 2.5 almost unmanageable.

Andrew Morton's lock splitting low latency work has no forseeable schedule 
for inclusion, despite the fact it's needed whether or not Robert Love's 
preemption patch goes in. Ingo Molnar's O(1) scheduler did go in, but that 
was largely a case of good timing: it came right on the heels of a public 
argument about why Linus had not accepted patches to the scheduler for 
several years. The inclusion of code like JFS, XFS, and Daniel Phillips' ext2 
indexing patch are left up to distributions to integrate and ship long before 
they make it into Linus's tree. (Remember the software raid code in 2.2?) 
These are just the patches that have persisted, how much other good work 
doesn't last because its author loses interest after six months of the silent 
treatment? The mere existence of the "Functionally Overloaded Linux Kernel" 
(FOLK) project, to collect together as many unintegrated patches as possible, 
was a warning sign that things were not going smoothly on the patch 
integration front.

The release of 2.5 has helped a bit, but by no means solved the problem. Dave 
Jones started his tree because 2.4 fixes Marcello had accepted were not 
finding their way into 2.5. Even code like Keith Owens' new build system and 
CML2, both of which Linus approved for inclusion at the Kernel summit almost 
a year ago and even tentatively scheduled for before 2.5.2, are still not 
integrated with no clear idea if they ever will be. (Yes Linus can change his 
mind about including them, but total silence isn't the best way to indicate 
this. Why leave Keith and Eric hanging, and wasting months or even years of 
their time still working on code Linus may not want?)

The fact that 2.5 has "pre" releases seems suggestive of a change in mindset. 
A patch now has to be widely used, tested, and recommended even to get into 
2.5, yet how does the patch get such testing before it's integrated into a 
buildable kernel? Chicken and egg problem there, you want more testing but 
without integration each testers can test fewer patches at once.

There has even been public talk of CRON jobs to resubmit patches to Linus 
periodically for as long as it takes him to get around to dealing with them. 
Linus has actually endorsed this approach (provided that re-testing of the 
patches against the newest release before they are remailed is also 
automated). This effort has spawned a mailing list. That's just nuts. The 
fact that Linus doesn't scale isn't going to be solved by increasing the 
amount of mail he gets. When desperate measures are being seriously 
considered, we must be in desperate times.

-- The solution.

The community needs to offload some work from Linus, so he can focus on what 
he does that nobody else can. This offloading and delegation has been done 
before, with the introduction of subsystem maintainers. We just need to 
extend the maintainer concept to include an official and recognized 
integration maintainer.

During 2.1, when Linus burned out, responsibility for various subsystems were 
delegated to lieutenants to make Linus' job more manageable. Lieutenants are 
maintainers of various parts of the tree who collect and clean up patches, 
and make the first wave of obvious decisions ("this patch doesn't apply", 
"this bit doesn't compile", "my machine panicked", "look, it's not SMP safe") 
before sending tested code off to Linus. Linus still spends a lot of his time 
reading and auditing code, but by increasing the average quality of the code 
Linus looks at, the maintainers make his job easier. The more work 
maintainers can do the less Linus has to.

So what tasks does Linus still personally do? He's an architect. He steers 
the project, vetoing patches he doesn't like and suggesting changes in 
direction to the developers. And he's the final integrator, pulling together 
dispirate patches into one big system.

The job of architect is something only Linus can do. The job of integrator is 
something many people can do. Alan Cox did it for years. Dave Jones is doing 
it now, and Michael Cohen has yet another tree. Every Linux distributor has 
its own tree. Integrating patches so they don't conflict and porting them to 
new versions is hard work, but not brain surgery.

Linus is acting as a central collection point for patches, and patches are 
getting lost on their way to that collection point. Patches as big as UML and 
EXT3 were going into Alan Cox's tree during 2.4, and now new patches are 
going into Dave Jones's tree to be tested out and queued for Linus.

Integration is a task that can be delegated, and it has been. In Perl's 
model, Larry Wall is the benevolent dictator and architect, but integration 
work is done by the current holder of the "patch pumpkin". In Linux, Alan Cox 
used to be the de facto holder of the patch penguin, and now Dave Jones is 
maintaining a tree which can accept and integrate patches, and then feed them 
on to Linus when Linus is ready.

This system should be formalized, we need the patch penguin to become 
official. The patch penguin seems to have passed from Alan Cox to Dave Jones. 
If we recognize this, we can make much better use of it.

 --- Ramifications.

The holder of the patch penguin's job would be to accept patches from people 
other than linus, make them work together in a publicly compilable and 
testable tree, and feed good patches on to Linus. This may sound simple and 
obvious, but it's currenlty not happening and its noticeable by its absence.

The purpose of the patch penguin tree is to make life easier, both for Linus 
and the developer community. With a designated patch collector and 
integrator, Linus's job becomes easier. Linus would still maintain and 
release his own kernel trees (the way he did when Alan Cox regularly fed him 
patches), and Linus could still veto any patch he doesn't like (whether it 
came from the patch penguin, directly from a subsystem maintainer, or 
elsewhere). But Linus wouldn't be asked to act as the kernel's public CVS 
tree anymore. He could focus on being the architect.

The bulk of the patch penguin's work would be to accept, integrate, and 
update patches from designated subsystem maintainers, maintaining his own 
tree (seperate from linus's) containing the integrated collection of pending 
patches awaiting inclusion in Linus's tree. Patches submitted directly to the 
patch penguin could be redirected to subsystem maintainers where appropriate, 
or bounced with a message to that effect (at the patch penguin's option). 
This integration and patch tracking work is a fairly boring, thankless task, 
but it's work somebody other than Linus can do, which Linus has to do 
otherwise. (And which Linus is NOT doing a good job at right now.)

The rest of the patch-penguin holder's job is to feed Linus patches. The 
patch penguin holder's tree would fundamentally be a delta against the most 
recent release from Linus (like the "-ac patches" used to be). If Linus takes 
several releases to get around to looking at a new patch, the patch penguin 
would resynchronize their tree with each new Linus release, doing the fixups 
on the pending patch set (or bullying the source of each patch into doing 
so). It would be the patch penguin's job to keep up with Linus, not the other 
way around. When a change happens in Linus's tree that didn't come from the 
patch penguin, the patch penguin integrates the change into their tree 
automatically.

The holder of the patch penguin would feed Linus good patches, by Linus's 
standards. Not just tested ones, but small bite-sized patches, one per email 
as plain text includes, with an explanation of what each patch does at the 
top of the mail. (Just the way Linus likes them. :) Current pending patches 
from the patch penguin tree could even be kept at a public place (like 
kernel.org) so Linus could pull rather than push, and grab them when he has 
time. The patch penguin tree would make sure that when Linus is ready for a 
patch, the patch is ready for Linus.

The patch penguin tree can act as a buffer between Linus and the flood of 
patches from the field. When Linus is not ready for a patch yet, he can hold 
off on taking it into his tree, and doesn't have to worry about the patch 
being lost or out of date by the time he's ready to accept it. When Linus is 
focusing on something like the new block I/O code, the backlog of other 
patches naturally feeds into the patch penguin tree until Linus is ready to 
look at them. People won't have to complain about dropped patches, and Linus 
doesn't have to worry that patches haven't been tested enough before being 
submitted to him. Users who want to live on the really bleeding edge have a 
place to go for a kernel that's likely to break. Testers can find bugs en 
masse without having to do integration work (which is in and of itself a 
source of potential bugs).

Linus would still have veto power. He gets to reject any patch he doesn't 
like, and can ask for the integration lieutenant to back that patch out of 
the patch penguin tree. That's one big difference between the patch penguin 
tree and Linus's tree: the patch penguin tree is provisional. Stuff that goes 
in it can still get backed out in a version or two. Of course Linus would 
have to explicitly reject a patch to get it out of the patch penguin tree, 
meaning its developer stops fruitlessly re-submitting it to Linus, and maybe 
even gets a quick comment from Linus as to WHY it was unacceptable so they 
can fix it. (From the developer's point of view, this is a good thing. They 
either get feedback of closure.)

Linus sometimes needs time off. Not just for vacations, but to focus on 
specific subsections, like integrating Jens Axobe's BIO patches at the start 
of 2.5. Currently, these periods hopelessly stall or tangling development. 
But in Linus's absence, the patch penguin could continue to maintain a delta 
against the last Linus tree, and generate a sequence of small individual 
patches like a trail of bread crumbs for Linus to follow when he gets back. 
Linus could take a month off, and catch back up in a fraction of that time 
when he returned. (And if Linus were to get hit by a bus, the same 
infrastructure would allow the community to select and support a new 
architect, which might help companies like IBM sleep better at night.) And if 
Linus rejected patches halfway through the bread crumb trail requiring a lot 
of shuffling in later patches, well, that's more work for the patch penguin, 
not more work for Linus.

One reason Linus doesn't like CVS is he won't let other people check code 
into his tree. (This is not a capricious decision on Linus's part: no 
architect can function if he doesn't know what's in the system. Code review 
of EVERYTHING is a vital part of Linus's job.) With a patch penguin tree, 
there's no more pressure on Linus to use CVS. The patch penguin can use CVS 
if he wants to, and if he wants to give the subsystem maintainers commit 
access to the patch penguin tree, that's his business. The patch penguin's 
own internal housekeeping toolset shouldn't affect the patches he feeds on to 
Linus one way or the other.

Again, Linus likes stuff tested by a wide audience before it's sent to him. 
With a growing list of multiple trees maintained by Dave Jones, Alan Cox, 
Michael Cohen, Andrea Arcangeli, development and testing become fragmented. 
With a single patch penguin tree, the patches drain into a common pool and 
the backlog of unintegrated patches can't build up dangerous amounts of 
pressure to interfere with development. A single shared "pending" tree means 
the largest possible group of potential testers.

^ permalink raw reply	[flat|nested] 792+ messages in thread
* RE: Coding style - a non-issue
@ 2001-12-03 16:32 Dana Lacoste
  0 siblings, 0 replies; 792+ messages in thread
From: Dana Lacoste @ 2001-12-03 16:32 UTC (permalink / raw)
  To: 'dalecki@evision.ag'; +Cc: linux-kernel

> One one thing he simple appears to have forgotten: Operating 
> systems have a *purpose*.

You're forgetting that Linus makes a kernel, not an OS.

This isn't the Linux OS Mailing List, it's the Linux Kernel Mailing List.

How can Linus be expected to make a formal design for a kernel
when he has no control over how the kernel is used?
(This being the strength of Linux : it can be used almost everywhere)

If you want an _OS_ try one of the BSD's : they have a declared purpose,
after all :)

Dana Lacoste
Peregrine Systems
Ottawa, Canada

^ permalink raw reply	[flat|nested] 792+ messages in thread
* Re: Coding style - a non-issue
@ 2001-12-03 15:20 Tommy Reynolds
  0 siblings, 0 replies; 792+ messages in thread
From: Tommy Reynolds @ 2001-12-03 15:20 UTC (permalink / raw)
  To: linux-kernel

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

In view of the 100's of messages spawned by this topic, I can only be thankful
that this is a "non-issue" ;-)  Just imagine a substantive topic like, maybe,
Linux!

---------------------------------------------+-----------------------------
Tommy Reynolds                               | mailto: <reynolds@redhat.com>
Red Hat, Inc., Embedded Development Services | Phone:  +1.256.704.9286
307 Wynn Drive NW, Huntsville, AL 35805 USA  | FAX:    +1.256.837.3839
Senior Software Developer                    | Mobile: +1.919.641.2923

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

^ permalink raw reply	[flat|nested] 792+ messages in thread
* RE: Re: Coding style - a non-issue
@ 2001-12-02 20:53 n7ekg
  2001-12-02 21:43 ` Brandon McCombs
  0 siblings, 1 reply; 792+ messages in thread
From: n7ekg @ 2001-12-02 20:53 UTC (permalink / raw)
  To: lm@bitmover.com, vonbrand@sleipnir.valparaiso.cl,
	yodaiken@fsmlabs.com, linux-kernel@vger.kernel.org

I have been following this thread with a mixture of amusement and exasperation - amusement that intelligent people like Linus, who ought to know better, are spouting this evolution stuff, and exasperation that some people think that because someone's an expert in one thing, they are an expert in all things.

The idea of genetic evolution itself is complete nonsense - biological systems don't evolve genetically, they evolve environmentally.  Biological systems change as a result of random mutation, and what doesn't work doesn't survive.  What people try to pass off as evolution is simply the less fit not surviving to pass on their bad genes.  Sort of like the hundred monkeys idea.

But that is all completely irrelevent to coding, since it is extremely inefficient for systems to "evolve" based on trial and error.  The way modern systems evolve is based on (hopefully) *intelligent* selection - I write a patch, submit it to Linus.  He doesn't accept it, throw it in the kernel, and that's it - he looks at it, what it does, and decides if it fits in the Grand Scheme of things - kernel efficiency, speed, flexibility, extensability, and maintainability - and *then* decides if it makes it in.  They key difference is that in nature, mutation is random because it can afford to be - in coding, it isn't because we don't have thousands or millions of years to find out whether or not something works or not.

That being said, I am well aware that "genetic programming" has made some progress in that direction, mainly because it doesn't take millenia to figure out what works and what doesn't.  But that's a long way from "evolving" an entire operating system.  I don't believe for a moment that homo sapiens "evolved" from pond scum although I might believe that some fellow homo sapiens *are* pond scum!) - it only makes sense that we are a created species, and that Homo Erectus ans all the rest were early genetic experiments.  Who created homo sapiens is beyond the scope of this discussion ;)

Original Message:
-----------------
From: Larry McVoy lm@bitmover.com
Date: Sun, 02 Dec 2001 12:25:26 -0800
To: vonbrand@sleipnir.valparaiso.cl, yodaiken@fsmlabs.com, linux-kernel@vger.kernel.org
Subject: Re: Coding style - a non-issue


On Sat, Dec 01, 2001 at 08:18:06PM -0300, Horst von Brand wrote:
> Victor Yodaiken <yodaiken@fsmlabs.com> said:
> > Linux is what it is because of design, not accident. And you know
> > that better than anyone.
> 
> I'd say it is better because the mutations themselves (individual patches)
> go through a _very_ harsh evaluation before being applied in the "official"
> sources. 

Which is exactly Victor's point.  That evaluation is the design.  If the 
mutation argument held water then Linus would apply *ALL* patches and then
remove the bad ones.  But he doesn't.  Which just goes to show that on this
mutation nonsense, he's just spouting off.
-- 
---
Larry McVoy            	 lm at bitmover.com           http://www.bitmover.com/lm 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .


^ permalink raw reply	[flat|nested] 792+ messages in thread
* Re: Coding style - a non-issue
@ 2001-12-02  6:34 Khyron
  2001-12-02 16:33 ` Alan Cox
  0 siblings, 1 reply; 792+ messages in thread
From: Khyron @ 2001-12-02  6:34 UTC (permalink / raw)
  To: LKML - Linux Kernel Mailing List

In response to:

> "it works/does not work for me" is not testing. Testing
> is _actively_ trying to break things, _very_ preferably
> by another person that wrote the code and to do it
> in documentable and reproducible way. I don't see many
> people doing it.

from "Stanislav Meduna <stano@meduna.org>", Alan Cox said:

"If you want a high quality, tested supported kernel which
has been through extensive QA then use kernel for a
reputable vendor, or do the QA work yourself or with other
people. We have kernel janitors, so why not kernel QA
projects ?

"However you'll need a lot of time, a lot of hardware and
a lot of attention to procedure"

But in his earlier e-mail, Stanislav Meduna said:

"Evolution does not have the option to vote with its feet.
The people do. While Linux is not much more stable than it
was and goes through a painful stabilization cycle on every
major release, Windows does go up with the general stability with
every release. W2k were better than NT, XP are better than W2k.
Windows (I mean the NT-branch) did never eat my filesystems.
Bad combination of USB and devfs was able to do this in half
an hour, and this was *VENDOR KERNEL* that did hopefully get
more testing than that what is released to the general public.
I surely cannot recommend using 2.4 to our customers."

which seems to negate the point Alan was attempting to make.

Just thought I'd set the record straight.

NOTE: Emphasis mine.


"Everyone's got a story to tell, and everyone's got some pain.
 And so do you. Do you think you are invisble?
 And everyone's got a story to sell, and everyone is strange.
 And so are you. Did you think you were invincible?"
 	- "Invisible", Majik Alex


^ permalink raw reply	[flat|nested] 792+ messages in thread
* Re: Coding style - a non-issue
@ 2001-12-01 20:39 Stanislav Meduna
  2001-12-01 21:18 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 792+ messages in thread
From: Stanislav Meduna @ 2001-12-01 20:39 UTC (permalink / raw)
  To: linux-kernel

Hello,

wow, what a nice discussion. I am reading the l-k through an
archive, so please forgive me if I am going to say something
that was already said, but I did not yet read it.


Linus wrote:
> Don't underestimate the power of survival of the fittest.

Well, your theory is really an interesting view on the
software development. However, I think that there are
some points that need some more discussion.

First, you are probably right in the long-term. The nature
did have enough time for excursions in one or another
direction - the "project" of life is several orders of magnitude
older than a single generation. You say that it is possible
to help the evolution. But you still need many generations
to be sure that a good result at some stage is not only some
statistical variance.
 
The technology does not IMHO work that way - Linux (Unix
in all its flavours, Windows, ...) is very young.
We are not in the stage where life exists for millions
of years. We are in the stage where the first cells
have formed and are still quite vulnerable. There is only
a thin line between survival as a kind and extinction (sp?).
I think that in this stage not ignoring the role of
the design is a good thing (and no, I don't believe in God :-)).

Besides that, are you talking about evolution in general,
or about evolution of a particular kind? The competition
is not the same in these cases.

> - massive undirected parallel development ("trial and error") 

This is not what is happening here. The parallelism does
exist but is not massive in any way. There are not thousands
of people writing the same stuff. There are not even thousands
of people able to write a good bug report on a particular bug.
There are maybe three (as in the VM recently) authors of some
subsystem and in the end effect there is a God (or two after
a brief disagreement :-)) that decides. No way is this analogous
to the natural selection where the decision happens statistically
on a whole population. This works between Linux and Windows,
but not between implementation ideas.


Al Viro wrote:
> Fact of life: we all suck at reviewing our own code. You, me,
> Ken Thompson, anybody - we tend to overlook bugs in the code
> we'd written. Depending on the skill we can compensate

Absolutely. But what I really miss is an early-warning system.
No matter how good Linus might be in reviewing the submissions,
he cannot catch it all - nobody is _that_ good.

What I feel hurts the Linux is that the testing standards
are very, very low. Heck, Linus does not probably even compile
the code he releases with the widely used configuration options
(otherwise a non-compiling loop.o would not be possible).

Throwing releases onto the public is not testing. Saying
"it works/does not work for me" is not testing. Testing
is _actively_ trying to break things, _very_ preferably
by another person that wrote the code and to do it
in documentable and reproducible way. I don't see many
people doing it.


Linus wrote:
> And I will go further and claim that  no  major software project
> that has been successful in a general marketplace (as opposed
> to niches) has ever gone through those nice lifecycles they
> tell you about in CompSci classes.

Well, I don't know what they tell in the classes now - I am 33
and in this area the theories change much faster than practice :-)

> Have you  ever  heard of a project that actually started off
> with trying to figure out what it should do, a rigorous design
> phase, and a implementation phase?

I have heard of projects that did succeeded doing well defined
revision cycles with each cycle figuring out what more or better
it should do, the design of it (more or less rigorous),
implementation, then something what you forgot :-) - testing
and deployment.

The project I am working on now (a process control system)
exists for 15 years and is quite successful. It is vertical
market, not horizontal, but hardly a niche. More control
_did_ help it at one stage, where we had a little quality
crisis.


Maybe it is just because people tend to forget the wrong
things, but I have a strong feeling that Linux starts
to have problems with quality that we did not see before,
at least not in this amount. We are nearly a year in
the stable series and we need to change fundamental things
that broadly affect other parts - VM, devfs, ...  This is
not evolution, this is surgery. USB support was one big
argument for 2.4, yet it is far from stable.

My opinion is, that you are _very_ good at maintaining general
overview of a big chunk of code together with being able
to maintain a general direction that makes sense. I don't
think I know someone other that is able to do this. But
I also think that the kernel is in the stage where this
won't be much longer possible even for you. I have seen
software projects going through some kind of crisis
and the symptoms tended be very similar. In the early
stages there are tools (version management, bug reporting
system) and policies (testing standards) that can help.
In the later stages the crisis is in the management.
I cannot say from the outside (I am not doing active kernel
development), in what stage (if in any) the kernel is.
But I have the gut feeling that something should be done.

Evolution does not have the option to vote with its feet.
The people do. While Linux is not much more stable than it
was and goes through a painful stabilization cycle on every
major release, Windows does go up with the general stability with
every release. W2k were better than NT, XP are better than W2k.
Windows (I mean the NT-branch) did never eat my filesystems.
Bad combination of USB and devfs was able to do this in half
an hour, and this was vendor kernel that did hopefully get
more testing than that what is released to the general public.
I surely cannot recommend using 2.4 to our customers.

And frankly, I see the Microsoft borrowing ideas from the open
community. They make things more open - slow, but they are.
They are going to give out compilers for free and charge
for the (quite good and IMHO worth the money) IDE. They are
building communities. Guess why?...

You might of course say that you don't care - the nature
also basically does not care where the evolution is going.
I would like to see more control in the kernel development,
especially regarding quality standards.

Regards
-- 
                                 Stano


^ permalink raw reply	[flat|nested] 792+ messages in thread
* Re: Coding style - a non-issue
@ 2001-12-01  7:03 Tim Hockin
  0 siblings, 0 replies; 792+ messages in thread
From: Tim Hockin @ 2001-12-01  7:03 UTC (permalink / raw)
  To: linux-kernel

At 09:43 PM 11/30/01 -0800, Stephen Satchell wrote:

> Most of the bad-but-not-obviously-bad ideas get rooted out by people trying
> them and finding them to be wanting.  Take, for example, the VM flap in the
>
Ahh right, like the OOM killer.  There's a brilliant idea that got rooted
out to where it belongs...

> The "Linux Way" as I understand it is to release early and release
> often.  That means that we go through a "generation" of released code every

And disregard the "mutations" that have already been "selected for" (to
carry the analogy) in other systems.  And disregard any edge-case that is
"too hard" or "too rare" or "involves serious testing".

> Now that I've stretched the analogy as far as I care to, I will stop
> now.  Please consider the life-cycle of the kernel when thinking about what
> Linus said.

I can't consider joe.random developer adding a feature as a "mutation".
It's just not analogous in my mind.


^ permalink raw reply	[flat|nested] 792+ messages in thread
* Re: Coding style - a non-issue
@ 2001-11-30 19:53 RaúlNúñez de Arenas Coronado
  2001-11-30 20:17 ` Paul G. Allen
  0 siblings, 1 reply; 792+ messages in thread
From: RaúlNúñez de Arenas Coronado @ 2001-11-30 19:53 UTC (permalink / raw)
  To: jgarzik, pgallen; +Cc: kplug-list, kplug-lpsg, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]

    Hi Jeff and Paul :)

>"Paul G. Allen" wrote:
>> IMEO, there is but one source as reference for coding style: A book by
>> the name of "Code Complete". (Sorry, I can't remember the author and I
>> no longer have a copy. Maybe my Brother will chime in here and fill in
>> the blanks since he still has his copy.)
>Hungarian notation???
>That was developed by programmers with apparently no skill to
>see/remember how a variable is defined.  IMHO in the Linux community
>it's widely considered one of the worst coding styles possible.

    Not at all... Hungarian notation is not so bad, except it is only
understood by people from hungary. So the name }:))) I just use it
when I write code for Hungary or secret code that no one should
read...

>>  - Short variable/function names that someone thinks is descriptive but
>> really isn't.
>not all variable names need their purpose obvious to complete newbies. 
>sometimes it takes time to understand the code's purpose, in which case
>the variable names become incredibly descriptive.

    Here you are right. The code can be seen really as a book: you
can start reading at the middle and yet understand some of the story,
but it's far better when you start at the beginning ;))) Moreover,
most of the variable and function names in the kernel code are quite
descriptive, IMHO.

    Of course, more comments and more descriptive names doesn't harm,
but some times they bloat the code...

    Raúl

^ permalink raw reply	[flat|nested] 792+ messages in thread
* RE: Coding style - a non-issue
@ 2001-11-30 19:42 Galappatti, Kishantha
  0 siblings, 0 replies; 792+ messages in thread
From: Galappatti, Kishantha @ 2001-11-30 19:42 UTC (permalink / raw)
  To: 'Dana Lacoste', 'Larry McVoy',
	Henning Schmiedehausen
  Cc: Jeff Garzik, linux-kernel

i agree with that dana. Sure coding style is important but lets not get
personal here. I personally think there should be an established coding
style that should be kept to as much as possible but the way to implement
that is by helping the contributors to do so with tools etc, not by
castigating them in a "hall of shame". Isn't open source about inclusion and
creativity?
Just my opinion. 

--kish

-----Original Message-----
From: Dana Lacoste [mailto:dana.lacoste@peregrine.com]
Sent: Friday, November 30, 2001 1:19 PM
To: 'Larry McVoy'; Henning Schmiedehausen
Cc: Jeff Garzik; linux-kernel@vger.kernel.org
Subject: RE: Coding style - a non-issue


Any chance that you guys could calm down a bit?

I bet the guys in Redmond who were referred to
earlier are enjoying it, but it's just trash for
the rest of us....

> Henning, perhaps you can explain to me how the following isn't a 
> 
> 	"I don't do XYZ"
> 
> 	"XYZ"
> 
> statement?

This one I understood though :
Al made a personal attack.  He defended against the attack,
and preluded his defence with a disclaimer.

This issue has gone beyond productivity to personal name calling
and spurious defence.  Can we all just move on a bit maybe?

Thanks

--
Dana Lacoste      - Linux Developer
Peregrine Systems -  Ottawa, Canada
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 792+ messages in thread
* RE: Coding style - a non-issue
@ 2001-11-30 18:19 Dana Lacoste
  2001-11-30 18:36 ` Mohammad A. Haque
  0 siblings, 1 reply; 792+ messages in thread
From: Dana Lacoste @ 2001-11-30 18:19 UTC (permalink / raw)
  To: 'Larry McVoy', Henning Schmiedehausen; +Cc: Jeff Garzik, linux-kernel

Any chance that you guys could calm down a bit?

I bet the guys in Redmond who were referred to
earlier are enjoying it, but it's just trash for
the rest of us....

> Henning, perhaps you can explain to me how the following isn't a 
> 
> 	"I don't do XYZ"
> 
> 	"XYZ"
> 
> statement?

This one I understood though :
Al made a personal attack.  He defended against the attack,
and preluded his defence with a disclaimer.

This issue has gone beyond productivity to personal name calling
and spurious defence.  Can we all just move on a bit maybe?

Thanks

--
Dana Lacoste      - Linux Developer
Peregrine Systems -  Ottawa, Canada

^ permalink raw reply	[flat|nested] 792+ messages in thread
* Wow! Is memory ever cheap!
@ 2001-05-05 16:58 Larry McVoy
  2001-05-05 17:20 ` Matthew Jacob
  2001-05-06  2:20 ` Chris Wedgwood
  0 siblings, 2 replies; 792+ messages in thread
From: Larry McVoy @ 2001-05-05 16:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: BitKeeper Development Source

This is a 750Mhz K7 system with 1.5GB of memory in 3 512MB DIMMS.  The
DIMMS are not ECC, but we use BitKeeper here and it tells us when we
have bad DIMMS.

Guess what the memory cost?  $396.58 shipped to my door, second day air,
with a lifetime warranty.  I got it at www.memory4less.com which I found
using www.pricewatch.com.  I have no association with either of those
places other than being a customer (i.e., this isn't advertising spam).

I'm burning it in right now, I wrote a little program which fills it
with different test patterns and then reads them back to make sure they
don't lose any bits.  Seems to be working, it's done about 30 passes.

1.5GB for $400.  Amazing.  No more whining from you guys that BitKeeper
uses too much memory :-)

$ hinv
Main memory size: 1535.9375 Mbytes
1 AuthenticAMD  processor
1 1.44M floppy drive
1 vga+ graphics device
1 keyboard
IDE devices:
    /dev/hda is a ST310211A, 9541MB w/512kB Cache, CHS=1216/255/63
SCSI devices:
    /dev/sda is a 3ware disk, model 3w-xxxx 74.541 GB
PCI bus devices:
    Host bridge: VIA Technologies VT 82C691 Apollo Pro (rev 2).
    PCI bridge: VIA Technologies VT 82C598 Apollo MVP3 AGP (rev 0).
    ISA bridge: VIA Technologies VT 82C686 Apollo Super (rev 34).
    IDE interface: VIA Technologies VT 82C586 Apollo IDE (rev 16).
    Host bridge: VIA Technologies VT 82C686 Apollo Super ACPI (rev 48).
    Ethernet controller: 3Com 3C905B 100bTX (rev 48).
    Ethernet controller: 3Com 3C905B 100bTX (rev 48).
    Ethernet controller: 3Com 3C905B 100bTX (rev 48).
    Ethernet controller: 3Com 3C905B 100bTX (rev 48).
    RAID storage controller: Unknown vendor Unknown device (rev 18).
    VGA compatible controller: Matrox Matrox G200 AGP (rev 1).
-- 
---
Larry McVoy            	 lm at bitmover.com           http://www.bitmover.com/lm 

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

end of thread, other threads:[~2002-04-05 10:18 UTC | newest]

Thread overview: 792+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-28 23:29 Coding style - a non-issue Peter Waltenberg
2001-11-28 23:40 ` Russell King
2001-11-28 23:48 ` Alan Cox
2001-11-28 23:48 ` Robert Love
2001-11-29  0:17 ` Alexander Viro
2001-11-29  0:23   ` Larry McVoy
2001-11-29  0:57     ` Davide Libenzi
2001-11-30 10:00     ` Henning P. Schmiedehausen
2001-11-30 15:26       ` Larry McVoy
2001-11-30 16:39         ` Henning Schmiedehausen
2001-11-30 16:47           ` Jeff Garzik
2001-11-30 17:15             ` Henning Schmiedehausen
2001-11-30 17:23               ` Martin Dalecki
2001-11-30 17:27               ` Larry McVoy
2001-11-30 17:49                 ` Daniel Phillips
2001-11-30 18:07                   ` Alexander Viro
2001-11-30 18:13                   ` Larry McVoy
2001-11-30 18:43                     ` Daniel Phillips
2001-11-30 19:05                       ` Larry McVoy
2001-11-30 21:54                         ` Daniel Phillips
2001-11-30 22:06                           ` Larry McVoy
2001-11-30 22:17                             ` Andrew Morton
2001-11-30 22:51                               ` rddunlap
2001-11-30 23:57                               ` Linux/Pro [was Re: Coding style - a non-issue] Larry McVoy
2001-12-01  1:13                                 ` Davide Libenzi
2001-12-01  1:15                                   ` Larry McVoy
2001-12-01  2:17                                     ` Davide Libenzi
2001-12-01  2:14                                       ` Larry McVoy
2001-12-01 11:41                                         ` Rik van Riel
2001-12-01 23:05                                         ` Horst von Brand
2001-12-02 20:29                                           ` Larry McVoy
2001-12-02 20:34                                             ` Rik van Riel
2001-12-02 20:55                                             ` Eric W. Biederman
2001-12-02 21:32                                               ` Alan Cox
2001-12-02 21:59                                                 ` Eric W. Biederman
2001-12-04  1:55                                                   ` Martin J. Bligh
2001-12-04  9:12                                                     ` Alan Cox
2001-12-02 21:19                                             ` Davide Libenzi
2001-12-03  6:38                                               ` Davide Libenzi
2001-12-02 21:23                                             ` Andrew Morton
2001-12-02 21:39                                               ` Dave Jones
2001-12-02 22:10                                                 ` Andrew Morton
2001-12-04 16:46                                                   ` Jamie Lokier
2001-12-04  1:49                                               ` Martin J. Bligh
2001-12-02 21:24                                             ` Alan Cox
2001-12-02 22:52                                             ` Stephan von Krawczynski
2001-12-02 23:54                                               ` Larry McVoy
2001-12-03 12:08                                                 ` Horst von Brand
2001-12-04  9:36                                                   ` Henning P. Schmiedehausen
2001-12-04 15:30                                                     ` Over 4-way systems considered harmful :-) M. Edward Borasky
2001-12-04 17:41                                                       ` Martin J. Bligh
2001-12-05  5:07                                                         ` M. Edward Borasky
2001-12-05 17:43                                                           ` Martin J. Bligh
2001-12-12 19:17                                                           ` Matthew Fredrickson
2001-12-05 22:45                                                         ` Pavel Machek
2001-12-04 20:48                                                       ` Todd Underwood
2001-12-05  4:23                                                         ` M. Edward Borasky
2001-12-04  1:59                                                 ` Linux/Pro [was Re: Coding style - a non-issue] Martin J. Bligh
2001-12-06 13:46                                                   ` Pavel Machek
2001-12-06 20:50                                                     ` Larry McVoy
2001-12-06 21:09                                                       ` Wilson
2001-12-04  9:21                                                 ` Stefan Smietanowski
2001-12-04  9:40                                                   ` Alan Cox
2001-12-04 11:55                                                     ` Stefan Smietanowski
2001-12-03 23:01                                             ` Henning P. Schmiedehausen
2001-12-04  3:38                                               ` Larry McVoy
2001-12-04  6:32                                                 ` Martin J. Bligh
2001-12-04  9:07                                                 ` Alan Cox
2001-12-04  9:27                                                   ` Lars Brinkhoff
2001-12-04 23:02                                                     ` Martin J. Bligh
2001-12-04 23:31                                                       ` Rik van Riel
2001-12-04 23:37                                                         ` Martin J. Bligh
2001-12-05  0:36                                                           ` SMP/cc Cluster description [was Linux/Pro] Larry McVoy
2001-12-05  2:02                                                             ` erich
2001-12-05  9:09                                                               ` Alan Cox
2001-12-05 18:01                                                                 ` Jeff Merkey
2001-12-05 19:40                                                                 ` Loadable drivers [was SMP/cc Cluster description ] erich
2001-12-05 20:04                                                                   ` erich
2001-12-05 20:28                                                                   ` Stephan von Krawczynski
2001-12-05 21:17                                                                     ` erich
2001-12-06 16:34                                                                       ` Stephan von Krawczynski
2001-12-06 20:14                                                                         ` Kai Henningsen
2001-12-07  0:37                                                                         ` erich
2001-12-07 13:34                                                                           ` Stephan von Krawczynski
2001-12-06  4:49                                                                   ` Keith Owens
2001-12-07  0:41                                                                     ` erich
2001-12-05  2:36                                                             ` SMP/cc Cluster description David S. Miller
2001-12-05  3:23                                                               ` Larry McVoy
2001-12-05  6:05                                                                 ` David S. Miller
2001-12-05  6:51                                                                   ` Jeff Merkey
2001-12-06  2:52                                                                   ` Rusty Russell
2001-12-06  3:19                                                                     ` Davide Libenzi
2001-12-06  7:56                                                                       ` David S. Miller
2001-12-06  8:02                                                                         ` Larry McVoy
2001-12-06  8:09                                                                           ` David S. Miller
2001-12-06 18:27                                                                             ` Jeff V. Merkey
2001-12-06 18:37                                                                               ` Jeff V. Merkey
2001-12-06 18:36                                                                                 ` Martin J. Bligh
2001-12-06 18:45                                                                                   ` Jeff V. Merkey
2001-12-06 19:11                                                                               ` Davide Libenzi
2001-12-06 19:34                                                                                 ` Jeff V. Merkey
2001-12-06 23:16                                                                                   ` David Lang
2001-12-07  2:56                                                                                     ` Jeff V. Merkey
2001-12-07  4:23                                                                                       ` David Lang
2001-12-07  5:45                                                                                         ` Jeff V. Merkey
2001-12-06 19:42                                                                           ` Daniel Phillips
2001-12-06 19:53                                                                             ` Larry McVoy
2001-12-06 20:10                                                                               ` Daniel Phillips
2001-12-06 20:10                                                                                 ` Larry McVoy
2001-12-06 20:15                                                                                   ` David S. Miller
2001-12-06 20:21                                                                                     ` Larry McVoy
2001-12-06 21:02                                                                                       ` David S. Miller
2001-12-06 22:27                                                                                         ` Benjamin LaHaise
2001-12-06 22:59                                                                                           ` Alan Cox
2001-12-06 23:08                                                                                           ` David S. Miller
2001-12-06 23:26                                                                                             ` Larry McVoy
2001-12-07  2:49                                                                                               ` Adam Keys
2001-12-07  4:40                                                                                                 ` Jeff Dike
2001-12-06 21:30                                                                                       ` Daniel Phillips
2001-12-07  8:54                                                                                         ` Henning Schmiedehausen
2001-12-07 16:06                                                                                           ` Larry McVoy
2001-12-07 16:44                                                                                             ` Martin J. Bligh
2001-12-07 17:23                                                                                               ` Larry McVoy
2001-12-07 18:04                                                                                                 ` Martin J. Bligh
2001-12-07 18:23                                                                                                   ` Larry McVoy
2001-12-07 18:42                                                                                                     ` Martin J. Bligh
2001-12-07 18:48                                                                                                       ` Larry McVoy
2001-12-07 19:06                                                                                                         ` Martin J. Bligh
2001-12-07 19:00                                                                                                 ` Daniel Bergman
2001-12-07 19:07                                                                                                   ` Larry McVoy
2001-12-09  9:24                                                                                                   ` Pavel Machek
2001-12-06 22:37                                                                                       ` Alan Cox
2001-12-06 22:35                                                                                         ` Larry McVoy
2001-12-06 22:54                                                                                           ` Alan Cox
2001-12-07  2:34                                                                                             ` Larry McVoy
2001-12-07  2:50                                                                                               ` David S. Miller
2001-12-06 22:38                                                                                   ` Alan Cox
2001-12-06 22:32                                                                                     ` Larry McVoy
2001-12-06 22:48                                                                                       ` Alexander Viro
2001-12-06 22:55                                                                                       ` Alan Cox
2001-12-06 23:15                                                                                         ` Larry McVoy
2001-12-06 23:19                                                                                           ` David S. Miller
2001-12-06 23:32                                                                                             ` Larry McVoy
2001-12-06 23:47                                                                                               ` David S. Miller
2001-12-07  0:17                                                                                                 ` Larry McVoy
2001-12-07  2:37                                                                                                   ` David S. Miller
2001-12-07  2:43                                                                                                     ` Larry McVoy
2001-12-07  2:59                                                                                                       ` David S. Miller
2001-12-07  3:17                                                                                                       ` Martin J. Bligh
2001-12-06 14:24                                                                       ` Rik van Riel
2001-12-06 17:28                                                                         ` Davide Libenzi
2001-12-06 17:52                                                                           ` Rik van Riel
2001-12-06 18:10                                                                             ` Davide Libenzi
2001-12-05  8:12                                                                 ` Momchil Velikov
2001-12-05  3:25                                                               ` Davide Libenzi
2001-12-05  3:17                                                             ` Stephen Satchell
2001-12-05 14:23                                                             ` SMP/cc Cluster description [was Linux/Pro] Rob Landley
2001-12-06  0:24                                                               ` Martin J. Bligh
2001-12-06  0:34                                                               ` Alan Cox
2001-12-05 20:09                                                                 ` Rob Landley
2001-12-05 19:05                                                             ` Martin J. Bligh
2001-12-05 19:11                                                               ` Larry McVoy
2001-12-05 14:33                                                                 ` Rob Landley
2001-12-05 21:02                                                                 ` Martin J. Bligh
2001-12-05 21:05                                                                   ` Larry McVoy
2001-12-05 21:14                                                                     ` Martin J. Bligh
2001-12-05 21:25                                                                       ` Larry McVoy
2001-12-05 21:36                                                                         ` Martin J. Bligh
2001-12-05 21:41                                                                           ` Larry McVoy
2001-12-05 22:13                                                                             ` Davide Libenzi
2001-12-05 22:12                                                                               ` Larry McVoy
2001-12-05 23:37                                                                                 ` Davide Libenzi
2001-12-06  9:50                                                                       ` Henning Schmiedehausen
2001-12-06  9:46                                                                         ` David Lang
2001-12-06 17:11                                                                         ` Martin J. Bligh
2001-12-06 17:48                                                                         ` Gerrit Huizenga
2001-12-05 23:17                                                                     ` Nigel Gamble
2001-12-06  0:06                                                               ` Alan Cox
2001-12-06 14:07                                                       ` Linux/Pro [was Re: Coding style - a non-issue] Pavel Machek
2001-12-05 10:03                                                   ` Your patch for CS432x sound driver szonyi calin
2001-12-01 10:09                                     ` Linux/Pro [was Re: Coding style - a non-issue] Alan Cox
2001-12-01  9:30                                       ` Gérard Roudier
2001-12-01 23:31                                       ` Davide Libenzi
2001-12-02 16:21                                       ` Martin Dalecki
2001-12-02 16:42                                         ` Alan Cox
2001-12-02 18:41                                           ` jeff millar
2001-12-01  1:18                                   ` Andrew Morton
2001-12-01 10:05                                     ` Alan Cox
2001-12-01 17:16                                       ` Victor Yodaiken
2001-12-02 16:19                                       ` Martin Dalecki
2001-12-02 16:44                                         ` Alan Cox
2001-12-02 17:10                                           ` Oliver Xymoron
2001-12-02 17:30                                             ` Jeff Garzik
2001-12-02 18:16                                               ` Oliver Xymoron
2001-12-02 18:20                                                 ` Jeff Garzik
2001-12-02 18:26                                                   ` Oliver Xymoron
2001-12-02 19:33                                                   ` [MOc]cda*mirabilos
2001-12-03  0:23                                                     ` H. Peter Anvin
2001-12-02 18:59                                                 ` Alan Cox
2001-12-02 18:54                                       ` M. Edward Borasky
2001-12-03  3:22                                         ` Horst von Brand
2001-12-03 14:31                                           ` M. Edward Borasky
2001-12-04  9:28                                             ` Alan Cox
2001-12-04 13:41                                               ` David Weinehall
2001-12-04 19:35                                                 ` Dan Hollis
2001-12-04 19:57                                                   ` David Weinehall
2001-12-04 19:34                                               ` Dan Hollis
2001-12-04 22:22                                       ` Pavel Machek
2001-12-06  0:20                                         ` Alan Cox
2001-12-01  1:21                                 ` Stephan von Krawczynski
2001-12-01  5:01                                   ` Mike Fedyk
2001-12-01 22:05                                     ` Kai Henningsen
2001-12-05  7:05                                       ` Mike Fedyk
2001-12-01 16:04                                   ` Mark Frazer
2001-12-01 16:10                                     ` Larry McVoy
2001-12-01  5:50                                 ` Mike Fedyk
2001-12-01  0:35                               ` Coding style - a non-issue Rik van Riel
2001-12-01  0:44                                 ` Daniel Phillips
2001-12-01  0:50                                 ` Linus Torvalds
2001-12-01  1:09                                   ` Mike Castle
2001-12-01  1:34                                     ` Davide Libenzi
2001-12-01 16:05                                     ` Jamie Lokier
2001-12-01 16:27                                       ` Rik van Riel
2001-12-01 18:54                                         ` Daniel Phillips
2001-12-01  1:15                                   ` Petko Manolov
2001-12-01  2:02                                   ` Tim Hockin
2001-12-01  2:57                                     ` Linus Torvalds
2001-12-01 23:11                                     ` Horst von Brand
2001-12-01  3:02                                   ` Victor Yodaiken
2001-12-01  3:15                                     ` Linus Torvalds
2001-12-01  3:30                                       ` Larry McVoy
2001-12-01  3:34                                         ` Linus Torvalds
2001-12-01  4:10                                         ` Daniel Phillips
2001-12-01  4:44                                       ` Victor Yodaiken
2001-12-01  5:15                                         ` Linus Torvalds
2001-12-01  6:13                                           ` Daniel Phillips
2001-12-01 20:17                                             ` Victor Yodaiken
2001-12-01 20:30                                               ` Daniel Phillips
2001-12-01 12:34                                           ` Victor Yodaiken
2001-12-01 22:23                                           ` Kai Henningsen
2001-12-02  0:43                                           ` Davide Libenzi
2001-12-02  9:30                                             ` Lars Brinkhoff
2001-12-02 18:49                                           ` Ingo Molnar
2001-12-02 17:32                                             ` Rik van Riel
2001-12-02 20:12                                               ` Ingo Molnar
2001-12-02 18:41                                                 ` Daniel Phillips
2001-12-02 19:04                                                   ` Stephan von Krawczynski
2001-12-02 19:17                                                     ` Daniel Phillips
2001-12-02 19:42                                                       ` Stephan von Krawczynski
2001-12-04 10:50                                                 ` Ingo Molnar
2001-12-05 22:18                                                   ` Pavel Machek
2001-12-02 20:35                                               ` Ingo Molnar
2001-12-01  8:57                                         ` Alan Cox
2001-12-01 13:14                                           ` Victor Yodaiken
2001-12-01 13:38                                             ` Alan Cox
2001-12-01 15:15                                               ` Victor Yodaiken
2001-12-01  6:31                                       ` Stephen Satchell
2001-12-01  7:07                                         ` Zilvinas Valinskas
2001-12-01 22:15                                       ` Kai Henningsen
2001-12-01  4:44                                     ` Andreas Dilger
2001-12-01 23:18                                     ` Horst von Brand
2001-12-02 20:25                                       ` Larry McVoy
2001-12-02 23:51                                         ` Horst von Brand
2001-12-03  0:55                                         ` Daniel Phillips
2001-12-03 12:04                                           ` Victor Yodaiken
2001-12-03 13:20                                             ` Daniel Phillips
2001-12-07 18:15                                               ` Victor Yodaiken
2001-12-04 11:18                                           ` Ingo Molnar
2001-12-03  1:34                                         ` David L. Parsley
2001-12-03  3:06                                           ` Larry McVoy
2001-12-04  1:39                                             ` Horst von Brand
2001-12-04 22:25                                               ` Ragnar Hojland Espinosa
2001-12-04 18:38                                             ` Oliver Xymoron
2001-12-01  5:54                                   ` Stephen Satchell
2001-12-01 11:18                                   ` Rik van Riel
2001-12-01 18:05                                     ` Ingo Oeser
2001-12-01 18:21                                       ` Rik van Riel
2001-12-02 16:25                                     ` Martin Dalecki
2001-12-02 16:54                                       ` Stephan von Krawczynski
2001-12-02 19:11                                       ` Ingo Molnar
2001-12-01 22:20                                   ` Horst von Brand
2001-12-02 17:18                                   ` Rik van Riel
2001-11-30 22:31                             ` H. Peter Anvin
2001-11-30 18:44                     ` Henning Schmiedehausen
2001-11-30 17:53                 ` Henning Schmiedehausen
2001-11-30 18:07                   ` Larry McVoy
2001-12-01  4:12                     ` Mike Fedyk
2001-12-01  5:14                       ` Alexander Viro
2001-12-06  0:13                         ` Rusty Russell
2001-11-30 17:31               ` Alan Cox
2001-11-30 17:55               ` Alexander Viro
2001-11-30 18:07                 ` Henning Schmiedehausen
2001-12-02 20:13                   ` Pavel Machek
2001-12-02 21:28                     ` Alan Cox
2001-12-02 21:30                       ` Dave Jones
2001-12-01  0:12                 ` Rik van Riel
2001-11-30 18:37               ` Jeff Garzik
2001-12-01  1:17               ` Keith Owens
2001-12-01  8:54                 ` Gérard Roudier
2001-12-01 12:19                   ` Clean up drivers/scsi (was: Coding style - a non-issue) Keith Owens
2001-12-02 23:21                 ` Coding style - a non-issue David S. Miller
2001-12-02 23:27                   ` Keith Owens
2001-12-04 17:18                     ` Gérard Roudier
2001-12-04 17:23                       ` Gérard Roudier
2001-12-04 22:28                       ` David S. Miller
2001-11-30 17:20             ` Martin Dalecki
2001-11-30 17:50               ` Russell King
2001-11-30 17:49                 ` Martin Dalecki
2001-11-30 18:03                   ` Russell King
2001-11-30 18:31                     ` Martin Dalecki
2001-11-30 17:53               ` Alan Cox
2001-11-30 17:42                 ` Martin Dalecki
2001-11-30 18:00                   ` Russell King
2001-11-30 17:55                     ` Martin Dalecki
2001-11-30 18:40                       ` Maciej W. Rozycki
2001-11-30 18:46                         ` Russell King
2001-11-30 17:54             ` antirez
2001-11-30 18:20               ` Paul G. Allen
2001-11-30 18:47                 ` antirez
2001-11-30 20:20                   ` Paul G. Allen
2001-11-30 19:00                 ` Jeff Garzik
2001-11-30 19:41                   ` John Kodis
2001-11-30 20:27                     ` Paul G. Allen
2001-12-01 21:52                       ` Kai Henningsen
2001-12-01 23:22                       ` john slee
2001-12-01 23:57                         ` Paul G. Allen
2001-12-02 20:03       ` Pavel Machek
2001-11-29  0:50   ` David S. Miller
2001-11-29  1:07   ` Petko Manolov
2001-11-29  1:56   ` Matthias Andree
2001-11-30 18:15 ` Paul G. Allen
2001-11-30 18:29   ` John H. Robinson, IV
2001-11-30 18:39     ` Paul G. Allen
2001-11-30 18:38   ` Nestor Florez
2001-11-30 18:56   ` Jeff Garzik
2001-11-30 20:06     ` Paul G. Allen
2001-11-30 20:18       ` Jeff Garzik
2001-12-01 17:53       ` David Weinehall
2001-12-01 21:29         ` Paul G. Allen
2001-12-02  2:03           ` Tracy R Reed
2001-12-05  3:42           ` Mike Fedyk
2001-11-30 20:41     ` H. Peter Anvin
2001-12-01 21:45       ` Kai Henningsen
2001-11-30 20:48     ` Andrew Morton
2001-11-30 23:17       ` Alexander Viro
2001-12-01  0:28       ` Rik van Riel
2001-12-01  0:22     ` Rik van Riel
  -- strict thread matches above, loose matches on Subject: below --
2002-01-28 14:10 A modest proposal -- We need a patch penguin Rob Landley
2002-01-29  0:44 ` Matthew D. Pitts
2002-01-29  1:37 ` Francesco Munda
2002-01-29  3:23   ` Linus Torvalds
2002-01-29  4:47     ` Rob Landley
2002-01-29  6:00       ` Linus Torvalds
2002-01-29  6:12         ` Larry McVoy
2002-01-29  6:49           ` Linus Torvalds
2002-01-29 11:45             ` Martin Dalecki
2002-01-29 14:26               ` Ingo Molnar
2002-01-29 17:37               ` Stephan von Krawczynski
2002-01-29 19:23                 ` Rob Landley
2002-01-29 19:33                   ` Alexander Viro
2002-01-29 23:43                 ` Daniel Phillips
2002-01-29 13:19             ` Eric W. Biederman
2002-01-29 13:40               ` Momchil Velikov
2002-01-29 23:51               ` Daniel Phillips
2002-01-30  1:33                 ` Rob Landley
2002-01-30  1:46                   ` Jeff Garzik
2002-01-30  3:45                     ` Rob Landley
2002-01-30 10:39                 ` Roman Zippel
2002-01-30 11:21                   ` Daniel Phillips
2002-01-30 12:39                     ` Roman Zippel
2002-01-30 13:28                       ` Wanted: Volunteer to code a Patchbot Daniel Phillips
2002-01-30 15:11                         ` Rasmus Andersen
2002-01-30 15:28                           ` Rasmus Andersen
2002-01-30 15:46                             ` Daniel Phillips
2002-01-31  0:49                             ` Stuart Young
2002-01-31  1:26                               ` Daniel Phillips
2002-01-31  1:39                               ` Stuart Young
2002-01-31 13:51                               ` Rik van Riel
2002-01-31 15:29                                 ` Patrick Mauritz
2002-01-31 16:31                                   ` Jan Harkes
2002-01-31 22:05                               ` Horst von Brand
2002-02-01  8:05                                 ` Daniel Phillips
2002-02-01  1:03                               ` Stuart Young
2002-01-30 13:45                       ` Daniel Phillips
2002-01-30 13:45                         ` Tim Waugh
2002-01-30 17:46                         ` Patrick Mochel
2002-01-30 18:33                           ` Daniel Phillips
2002-02-03 18:54                             ` Peter C. Norton
2002-02-03 23:40                               ` Daniel Phillips
2002-01-29  7:33         ` A modest proposal -- We need a patch penguin Rob Landley
2002-01-29  7:52           ` Greg KH
2002-01-29 22:14             ` MAINTANIANCE [was Re: A modest proposal -- We need a patch penguin] James Simmons
2002-01-29 14:24           ` A modest proposal -- We need a patch penguin Jeff Garzik
2002-01-29  7:10       ` Stuart Young
2002-01-29  7:53         ` Nix N. Nix
2002-01-29 19:24         ` Patrick Mochel
2002-01-29  7:38       ` Daniel Phillips
2002-01-29  8:39         ` George Bonser
2002-01-29 11:29         ` Xavier Bestel
2002-01-29 13:54       ` Ingo Molnar
2002-01-29 12:31         ` Daniel Phillips
2002-01-29 14:52           ` Ingo Molnar
2002-01-29 22:04             ` Ville Herva
2002-01-29 22:07             ` Daniel Phillips
2002-01-29 22:24               ` Andrew Morton
2002-01-30  4:37               ` Alexander Viro
2002-01-30  7:20                 ` Daniel Phillips
2002-01-30  7:48                   ` Linus Torvalds
2002-01-30  8:11                     ` Greg KH
2002-01-30  9:22                     ` Rob Landley
2002-01-30 15:16                       ` Hans Reiser
2002-01-30 10:14                     ` Alan Cox
2002-01-30 15:49                       ` Larry McVoy
2002-01-30 15:42                     ` Tom Rini
2002-01-30 16:03                       ` Larry McVoy
2002-01-30 16:07                         ` Tom Rini
2002-01-30 16:11                           ` Larry McVoy
2002-01-30 16:18                             ` Tom Rini
2002-01-30 16:37                               ` Larry McVoy
2002-01-30 16:47                                 ` Tom Rini
2002-01-30 20:50                                 ` Geert Uytterhoeven
2002-01-31  0:28                             ` Paul Mackerras
2002-01-30 16:14                         ` Rik van Riel
2002-01-30 16:23                           ` Tom Rini
2002-01-30 16:32                           ` Larry McVoy
2002-01-30 16:43                             ` Tom Rini
2002-01-30 16:59                               ` Larry McVoy
2002-01-30 18:35                             ` Ingo Molnar
2002-01-30 16:43                               ` Larry McVoy
2002-01-30 16:59                                 ` Rik van Riel
2002-01-30 18:48                                 ` Ingo Molnar
2002-01-30 17:25                                   ` Larry McVoy
2002-01-30 18:23                                     ` Linus Torvalds
2002-01-30 19:38                                       ` Georg Nikodym
2002-01-30 20:45                                         ` Tom Rini
2002-01-30 21:17                                         ` Linus Torvalds
2002-01-30 21:57                                           ` Larry McVoy
2002-01-30 21:58                                           ` Eli Carter
2002-01-30 22:17                                             ` Linus Torvalds
2002-01-30 22:36                                               ` Larry McVoy
2002-01-30 23:14                                                 ` Linus Torvalds
2002-01-31 13:00                                                   ` Rik van Riel
2002-01-30 23:18                                                 ` Rob Landley
2002-01-31  1:57                                                   ` Larry McVoy
2002-01-31  3:12                                                     ` Rob Landley
2002-01-31  3:51                                                       ` Larry McVoy
2002-01-31  4:58                                                         ` Alexander Viro
2002-01-31  5:08                                                           ` Larry McVoy
2002-01-31  6:02                                                             ` Alexander Viro
2002-01-31  6:15                                                               ` Larry McVoy
2002-01-31  6:23                                                             ` Troy Benjegerdes
2002-01-31  6:37                                                               ` Larry McVoy
     [not found]                                                                 ` <20020131074924.QZMB10685.femail14.sdc1.sfba.home.com@there>
2002-01-31 17:13                                                                   ` Troy Benjegerdes
2002-01-31 17:19                                                                     ` Larry McVoy
2002-01-31 17:35                                                                       ` Troy Benjegerdes
2002-02-01  0:29                                                                       ` Keith Owens
2002-02-01  1:04                                                                         ` Larry McVoy
2002-02-01  1:37                                                                           ` Keith Owens
2002-02-01 11:11                                                                           ` Horst von Brand
2002-02-01 11:30                                                                             ` Rik van Riel
2002-02-01 11:42                                                                               ` 2.4.16 cannot connect to www.sun.com Joe Wong
2002-02-01 11:59                                                                                 ` Chris Chabot
2002-02-01 12:00                                                                                 ` David Woodhouse
2002-02-01 16:43                                                                               ` A modest proposal -- We need a patch penguin Larry McVoy
2002-02-01 22:57                                                                                 ` Keith Owens
2002-02-02  0:15                                                                               ` Bitkeeper change granularity (was Re: A modest proposal -- We need a patch penguin) Rob Landley
2002-02-02 15:03                                                                                 ` Rik van Riel
2002-02-02 20:07                                                                                   ` Rob Landley
2002-02-01 16:38                                                                             ` A modest proposal -- We need a patch penguin Larry McVoy
2002-02-01 17:12                                                                               ` Wayne Scott
2002-02-01 23:45                                                                               ` Bitkeeper change granularity (was Re: A modest proposal -- We need a patch penguin) Rob Landley
2002-02-02  1:19                                                                                 ` Charles Cazabon
2002-02-02  5:50                                                                                   ` Larry McVoy
2002-02-02 15:12                                                                                     ` Charles Cazabon
2002-02-02  5:49                                                                                 ` Larry McVoy
2002-02-02 15:56                                                                                 ` Rik van Riel
2002-02-01 20:47                                                                             ` Rob Landley
2002-02-02  6:17                                                                               ` Larry McVoy
2002-02-03 13:03                                                                                 ` Henning P. Schmiedehausen
2002-02-01 10:55                                                                       ` A modest proposal -- We need a patch penguin Nix N. Nix
2002-01-31  5:16                                                         ` Rob Landley
2002-01-31  5:46                                                           ` Keith Owens
2002-01-31  5:55                                                             ` Larry McVoy
2002-01-31  6:03                                                               ` Keith Owens
2002-01-31  6:07                                                                 ` Larry McVoy
2002-01-31  6:33                                                                   ` Keith Owens
2002-01-30 23:57                                                 ` Kenneth Johansson
     [not found]                                       ` <m3d6zraqn1.fsf@linux.local>
2002-01-31 15:12                                         ` Tom Rini
2002-02-12 22:59                                     ` Rik van Riel
2002-02-12 23:14                                       ` Larry McVoy
2002-02-13  2:08                                       ` Andreas Dilger
2002-02-13 12:07                                         ` Ingo Molnar
2002-02-13 16:55                                           ` Andreas Dilger
2002-02-22 16:06                                             ` Hans Reiser
2002-02-23  5:00                                               ` Mark Hahn
2002-02-25 17:13                                               ` Randy.Dunlap
2002-03-01 19:29                                                 ` Rob Landley
2002-03-01 19:35                                                   ` Martin Dalecki
2002-03-01 19:03                                               ` Rob Landley
2002-03-01 11:05                                                 ` Hans Reiser
2002-01-30 16:47                               ` Rik van Riel
2002-01-30 16:59                                 ` Josh MacDonald
2002-01-30 17:04                                   ` Larry McVoy
2002-01-30 17:41                                   ` Andreas Dilger
2002-01-30 18:51                                 ` Ingo Molnar
2002-01-31  1:43                     ` Val Henson
2002-01-30  7:58                   ` Alexander Viro
2002-01-30  8:09                     ` Linus Torvalds
2002-01-30  8:36                       ` Alexander Viro
2002-01-30  9:21                         ` Linus Torvalds
2002-01-30 10:05                           ` Daniel Phillips
2002-01-30 10:06                           ` Alan Cox
2002-01-30 10:18                             ` Jeff Garzik
2002-01-30 17:11                               ` Greg KH
2002-01-30 18:35                                 ` Alan Cox
2002-01-30 18:29                                   ` Jeff Garzik
2002-01-30 21:15                                     ` Erik Andersen
2002-01-30 21:14                                 ` Erik Andersen
2002-01-30 23:06                                   ` Alan Cox
2002-01-30 23:48                                     ` Erik Andersen
2002-01-31  0:03                                       ` Andre Hedrick
2002-01-31  0:13                                       ` Dave Jones
2002-01-31  0:33                                       ` Alan Cox
2002-01-31  1:07                                         ` [PATCH] fix for 2.4.18-pre7 SCSI namespace conflict Erik Andersen
2002-01-30 17:20                             ` A modest proposal -- We need a patch penguin Linus Torvalds
2002-01-30 22:06                               ` Bill Davidsen
2002-01-31 12:14                             ` Martin Dalecki
2002-01-31 13:34                               ` Ian Molton
2002-01-31 14:17                               ` Ingo Molnar
2002-01-31 12:27                                 ` Alexander Viro
2002-01-31 15:01                                   ` Roman Zippel
2002-01-31 12:28                                 ` David Weinehall
2002-01-31 12:52                                   ` Martin Dalecki
2002-01-31 14:31                                   ` Ingo Molnar
2002-01-31 12:56                                     ` Martin Dalecki
2002-01-31 15:07                                       ` Ingo Molnar
2002-01-31 13:45                                         ` Russell King
2002-01-31 21:08                               ` Geert Uytterhoeven
2002-01-30 12:29                           ` Dave Jones
2002-01-30  8:36                       ` Daniel Phillips
2002-01-30  8:39                         ` Alexander Viro
2002-01-30 12:41                     ` Kees Bakker, Kees Bakker
2002-01-30 14:15                   ` Charles Cazabon
2002-01-30  7:41               ` Oliver Xymoron
2002-01-30  7:58                 ` Daniel Phillips
2002-01-30  8:09                 ` bug tracking (was Re: A modest proposal -- We need a patch penguin) Jeff Garzik
2002-01-30  9:18                   ` Chris Funderburg
2002-01-30 15:36                     ` Oliver Xymoron
2002-01-29 13:22         ` A modest proposal -- We need a patch penguin Alan Cox
2002-01-29 15:29           ` Ingo Molnar
2002-01-29 16:10           ` Dave McCracken
2002-01-29 18:46         ` Rob Landley
2002-01-30 15:56           ` Ingo Molnar
2002-01-29 19:51         ` Kai Henningsen
2002-01-30  2:46           ` Dave Jones
2002-01-30 11:57             ` Denis Vlasenko
2002-01-30  8:29               ` Jeff Garzik
2002-01-30  9:38                 ` Rob Landley
2002-01-30  9:43                   ` Jeff Garzik
2002-01-30 19:40                     ` Rob Landley
2002-01-30 19:42                       ` Jeff Garzik
2002-01-30  9:59               ` Alan Cox
2002-01-29 22:35         ` Bill Davidsen
2002-01-30 15:48         ` Tomasz Kłoczko
2002-01-29  5:01     ` Rob Landley
2002-01-29 11:49     ` Martin Dalecki
2002-01-29 13:13       ` Christoph Hellwig
2002-01-29 13:43         ` Alan Cox
2002-01-31 11:24           ` Martin Dalecki
2002-01-31 11:53             ` Alan Cox
2002-01-31 11:20         ` Martin Dalecki
2002-01-29 14:33       ` Ingo Molnar
2002-01-29 13:14         ` Martin Dalecki
2002-02-01 13:38           ` Ingo Molnar
2002-02-01 11:53             ` Martin Dalecki
2002-01-29 13:14         ` Alan Cox
2002-01-29 15:18           ` Ingo Molnar
2002-01-29 13:40             ` Alan Cox
2002-01-29 13:47               ` Dave Jones
2002-01-30 11:42                 ` Henning P. Schmiedehausen
2002-01-29 16:15               ` Ingo Molnar
2002-01-29 14:27                 ` Dave Jones
2002-01-29 14:43                   ` Russell King
2002-01-30  9:44                     ` Horst von Brand
2002-01-30 10:14                       ` Russell King
2002-01-29 16:36                   ` Ingo Molnar
2002-01-29 14:54                     ` Alan Cox
2002-01-29 16:41                       ` Ingo Molnar
2002-01-29 15:35                     ` Eli Carter
2002-01-29 16:47                     ` Ingo Molnar
2002-01-29 14:53                       ` Patrick Mauritz
2002-01-29 20:03                         ` Kai Henningsen
2002-01-30  3:15                           ` Arnaldo Carvalho de Melo
2002-01-30  6:30                             ` Kai Henningsen
2002-01-29 16:53                     ` update to MAINTAINERS list Andreas Dilger
2002-01-29 20:10                     ` A modest proposal -- We need a patch penguin toon
2002-01-30  9:40                     ` Horst von Brand
2002-01-29 22:57               ` Rob Landley
2002-01-29 23:47                 ` Eric S. Raymond
2002-01-30  5:57                   ` Mark Hahn
2002-01-29 22:45           ` Bill Davidsen
2002-01-29 23:14             ` Craig Christophel
2002-01-30  4:26               ` Shawn
2002-01-29 14:30     ` Skip Ford
2002-01-29 17:36       ` Linus Torvalds
2002-01-29 17:51         ` Michael Sterrett -Mr. Bones.-
2002-01-29 23:34         ` Rob Landley
2002-01-29 23:50           ` Linus Torvalds
2002-01-30  0:07             ` Rik van Riel
2002-01-30  0:39               ` Linus Torvalds
2002-01-30  0:52                 ` Rik van Riel
2002-01-30  0:23             ` Daniel Jacobowitz
2002-01-30  0:27             ` Chris Ricker
2002-01-30  0:44               ` Linus Torvalds
2002-01-30  1:38                 ` Miles Lane
2002-01-30  8:06                   ` Rob Landley
2002-01-30  8:47                     ` Jeff Garzik
2002-01-30  9:03                       ` Larry McVoy
2002-01-30  9:33                       ` Linus Torvalds
2002-01-30 10:07                         ` Jeff Garzik
2002-01-30 17:24                           ` real BK usage (was: A modest proposal -- We need a patch penguin) Andreas Dilger
2002-01-30 17:34                             ` Larry McVoy
2002-01-30 20:03                               ` Andreas Dilger
2002-01-31 17:11                                 ` Larry McVoy
2002-01-31 19:01                                   ` Jeff Garzik
2002-01-31 21:56                                   ` Andreas Dilger
2002-01-30 17:56                             ` Linus Torvalds
2002-01-30 10:25                         ` A modest proposal -- We need a patch penguin Momchil Velikov
2002-01-30 10:32                         ` Daniel Phillips
2002-04-05  1:03                           ` Albert D. Cahalan
2002-04-05  1:21                             ` Linus Torvalds
2002-04-04 16:40                               ` Daniel Phillips
2002-04-05  2:19                               ` patch-2.4.19-pre5-ac2 Jonathan A. Davis
2002-04-05  6:57                                 ` patch-2.4.19-pre5-ac2 Peter Horton
2002-04-05 10:18                                   ` patch-2.4.19-pre5-ac2 Geert Uytterhoeven
2002-04-05 10:12                               ` A modest proposal -- We need a patch penguin Geert Uytterhoeven
2002-01-30 12:59                       ` Roman Zippel
2002-01-30 15:31                         ` Alan Cox
2002-01-30 17:29                           ` Roman Zippel
2002-01-30 17:59                             ` Jeff Garzik
2002-01-30 16:06                         ` Larry McVoy
2002-01-30 16:34                           ` Jochen Friedrich
2002-01-30 16:39                             ` Larry McVoy
2002-01-30 18:03                             ` Jeff Garzik
2002-01-30 20:06                           ` Roman Zippel
2002-01-30 20:17                             ` Larry McVoy
2002-01-30 21:02                               ` Roman Zippel
2002-01-30 21:18                                 ` Larry McVoy
2002-01-30 22:13                                   ` Roman Zippel
2002-01-30 22:25                                     ` Larry McVoy
2002-01-30 22:36                                       ` Roman Zippel
2002-01-30  2:45                 ` Chris Ricker
2002-01-30  2:54                   ` Linus Torvalds
2002-01-30  4:14                     ` Jeff Garzik
2002-01-30 12:49                   ` Matthew D. Pitts
2002-01-30 13:26                     ` Dave Jones
2002-01-30 19:11                     ` Juan Quintela
2002-01-30 21:03                     ` Rob Landley
2002-01-30 22:03                       ` Francois Romieu
2002-01-30 22:20                         ` Rob Landley
2002-01-30 22:39                       ` Jesse Pollard
2002-01-31  2:39                         ` Daniel Phillips
2002-01-31  3:29                           ` Rob Landley
2002-01-31  3:40                             ` Daniel Phillips
2002-01-31  5:32                               ` Rob Landley
2002-01-31  5:57                                 ` Keith Owens
2002-01-31  6:03                                 ` Daniel Phillips
2002-01-31  6:27                                 ` Jeff Garzik
2002-01-31  6:43                                   ` Daniel Phillips
2002-01-31  3:41                             ` Jeff Garzik
2002-01-31  3:54                               ` Keith Owens
2002-01-31 14:28                               ` [lkml] " Ian Soboroff
2002-02-01  5:31                                 ` Linus Torvalds
2002-02-01  5:48                                   ` Larry McVoy
2002-02-01 19:11                                   ` Craig Schlenter
2002-01-31 16:40                           ` Jesse Pollard
2002-01-30  9:19                 ` Russell King
2002-01-30  9:44                   ` Jeff Garzik
2002-01-30 19:55                   ` Jacob Luna Lundberg
2002-01-30 20:00                     ` Russell King
2002-01-30 21:56                     ` Bill Davidsen
2002-01-31  2:45                       ` Daniel Phillips
2002-01-30 21:57                     ` Karl
2002-01-30  1:40             ` Rob Landley
2002-01-30 11:56             ` Henning P. Schmiedehausen
2002-01-30 13:13             ` Daniel Egger
2002-01-30 16:26             ` Andre Hedrick
2002-01-31  1:16             ` Stuart Young
2002-01-31  1:42               ` David Lang
2002-01-30  0:08           ` Alan Cox
2002-01-30  4:36             ` Shawn
2002-01-29 23:12       ` Rob Landley
2002-01-29 22:31     ` Bill Davidsen
2002-01-30  9:50       ` Hans Reiser
2002-01-30  8:03     ` Francesco Munda
2002-01-30  8:39       ` Jeff Garzik
2002-02-03  1:47         ` Francesco Munda
2002-02-13 12:10     ` PATCH 2.5.4 i810_audio, bttv, working at all Martin Dalecki
2002-02-13 12:35       ` Jeff Garzik
2002-02-13 12:40         ` Martin Dalecki
2002-02-13 12:45           ` David S. Miller
2002-02-13 12:55             ` Martin Dalecki
2002-02-13 12:47           ` Martin Dalecki
2002-02-13 13:10             ` Alan Cox
2002-02-18 17:36               ` Eric W. Biederman
2002-02-13 18:30         ` Linus Torvalds
2002-02-13 16:49           ` David S. Miller
2002-02-13 16:55             ` Martin Dalecki
2002-02-13 17:10               ` Jeff Garzik
2002-02-13 19:02                 ` Linus Torvalds
2002-02-13 17:38                   ` Martin Dalecki
2002-02-13 17:01             ` Jeff Garzik
2002-02-13 18:50             ` Linus Torvalds
2002-02-13 17:19               ` Jeff Garzik
2002-02-14  9:27                 ` Pavel Machek
2002-02-15  2:11                   ` Jeff Garzik
2002-02-15  3:43                     ` Linus Torvalds
2002-02-15  7:38                       ` Martin Dalecki
2002-02-25 16:24                         ` Olaf Titz
2002-02-15  8:34                       ` PATCH 2.5.5-pre1 dead arrays Martin Dalecki
2002-02-13 13:04       ` PATCH 2.5.4 i810_audio, bttv, working at all Alan Cox
2002-01-29  3:42   ` A modest proposal -- We need a patch penguin Rob Landley
2002-01-29 12:22     ` Dave Jones
2002-01-29 12:23   ` Padraig Brady
2002-01-30  1:32     ` Francesco Munda
2002-01-29  5:51 ` Andrew Pimlott
2002-01-29  8:00   ` Daniel Phillips
2002-01-29 13:06   ` Alan Cox
2002-01-29 14:40     ` Andrew Pimlott
2002-01-29 15:10       ` Alan Cox
2002-01-29 19:10     ` John Alvord
2002-01-29  9:55 ` Matthias Andree
2002-01-29 10:21   ` Daniel Phillips
2002-01-29 10:23   ` Jim McDonald
2002-01-29 15:51 ` Eli Carter
2002-01-30  0:40   ` Daniel Phillips
2002-01-29 19:46 ` Jordan Mendelson
2002-01-29 22:23   ` Ragnar Hojland Espinosa
2001-12-03 16:32 Coding style - a non-issue Dana Lacoste
2001-12-03 15:20 Tommy Reynolds
2001-12-02 20:53 n7ekg
2001-12-02 21:43 ` Brandon McCombs
2001-12-02 22:00   ` Alexander Viro
2001-12-02 22:05   ` Jonathan Abbey
2001-12-03  2:46   ` Trever L. Adams
2001-12-02  6:34 Khyron
2001-12-02 16:33 ` Alan Cox
2001-12-01 20:39 Stanislav Meduna
2001-12-01 21:18 ` Alan Cox
2001-12-01 22:44   ` Davide Libenzi
2001-12-02  8:01   ` Stanislav Meduna
2001-12-02 12:19     ` Rik van Riel
2001-12-02 16:31     ` Alan Cox
2001-12-02 16:36       ` Stanislav Meduna
2001-12-02 16:57         ` Alan Cox
2001-12-02 22:44           ` Chris Ricker
2001-12-03  6:43           ` David S. Miller
2001-12-03  2:44     ` Horst von Brand
2001-12-03  9:07       ` Stanislav Meduna
2001-12-04  1:21         ` Horst von Brand
2001-12-01 21:44 ` Mohammad A. Haque
2001-12-02  9:31 ` John Alvord
2001-12-01  7:03 Tim Hockin
2001-11-30 19:53 RaúlNúñez de Arenas Coronado
2001-11-30 20:17 ` Paul G. Allen
2001-11-30 20:56   ` Tim Hockin
2001-12-03 18:34   ` Ragnar Hojland Espinosa
2001-11-30 19:42 Galappatti, Kishantha
2001-11-30 18:19 Dana Lacoste
2001-11-30 18:36 ` Mohammad A. Haque
2001-05-05 16:58 Wow! Is memory ever cheap! Larry McVoy
2001-05-05 17:20 ` Matthew Jacob
2001-05-06  2:20 ` Chris Wedgwood
2001-05-06  2:45   ` Larry McVoy
2001-05-07 18:47     ` H. Peter Anvin
2001-05-07 18:56       ` Larry McVoy
2001-05-07 19:01         ` H. Peter Anvin
2001-05-07 19:18           ` Larry McVoy
2001-05-07 19:21             ` H. Peter Anvin
2001-05-07 19:27               ` Larry McVoy
2001-05-07 19:33                 ` H. Peter Anvin
2001-05-07 19:44                   ` Larry McVoy
2001-05-07 20:01                     ` H. Peter Anvin
2001-05-07 22:07                       ` Ben Ford
2001-05-09  4:24         ` Marty Leisner
2001-05-09  5:22           ` Larry McVoy
2001-05-09  5:36             ` Dan Hollis
2001-05-09 16:11               ` Gérard Roudier
2001-05-09 19:57                 ` Matthew Jacob
2001-05-09  5:59             ` John Alvord
2001-05-09  9:42             ` Malcolm Beattie
2001-05-09 21:04             ` Edgar Toernig
2001-05-10 22:44               ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox