Re: Proper patch posting question

From: Jan Engelhardt
Date: Sat Nov 11 2006 - 13:22:05 EST



> I made a patch that replaces kmalloc+memset with kzalloc. The changes are in
> many
> different places in the kernel, but most of them are trivial. The whole patch
> is about
> 360Kb. The less trivial parts that make more changes than just replacing
> kmalloc with
> kzalloc and removing the memset are in different patches that I will send to
> the proper
> maintainers.
> My question is what would be the right way to post the trivial changes?
> The way I see, I have a few options:
> 1) Post the entire patch on lkml

Split by complexity, then by size (IIRC LKML allows up to 100 KB mails,
but keep it smaller preferably because when it gets tedious to look at a
mail, continue 'somewhere in the middle' is hard - find the spot first)

> 2) Split the patch into subsystems and post the smaller parts on lkml

Subsystems is also a good idea.

> 3) Send the patch to trivial@xxxxxxxxxx

I'd go for lkml + trivial.


-`J'
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/