Am Freitag, 5. Januar 2007 11:06 schrieb Ahmed S. Darwish:
he
One big patch for the whole kernel will not work anyway. You have to split =
it=20
up to allow subsystems to integrate them in their own trees. With one big=20
patch you would get collisions all over the tree causing the complete patch=
=20
to get dropped. Also CC subsystem maintainers on their parts. And please se=
nd=20
the patches as replies to the first one as it cleans up readability of lkml=
a=20
lot :)
ne
Yes. But I would suggest starting with the kmalloc()->kzalloc() things. Whe=
n=20
you do this conversions just remove the casts of the lines you're touching.=
=20
This will reduce the size of the complete thing avoiding two rather trivial=
=20
patches touching the same line twice.
Eike