Re: why are some of my patches being credited to other "authors"?

From: Andrew Morton
Date: Sun Dec 10 2006 - 02:24:43 EST


> On Sat, 9 Dec 2006 05:22:32 -0500 (EST) "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> wrote:
>
> perhaps i'm just being clueless about the authorship protocol here,
> but i'm a bit hacked off by noticing that at least one submitted patch
> of mine was apparently re-submitted (albeit slightly modified) a few
> days later by another poster and applied under that poster's name.
>
> on sun, dec 3, i submitted to the list:
>
> http://marc.theaimsgroup.com/?l=linux-kernel&m=116516635728664&w=2
>
> and yet, just by accident this morning, i see the log for that file
> ipc/sem.c contains:
>
> ======================================================
> commit 4668edc334ee90cf50c382c3e423cfc510b5a126
> Author: Burman Yan <yan_952@xxxxxxxxxxx>
> Date: Wed Dec 6 20:38:51 2006 -0800
>
> [PATCH] kernel core: replace kmalloc+memset with kzalloc
>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
> Signed-off-by: Linus Torvalds <torvalds@xxxxxxxx>
>
> diff --git a/ipc/sem.c b/ipc/sem.c
>
> ...
>
> course. stranger things have happened.

Not at all wild, actually. Quite a few people are doing kzalloc
conversions and I reguarly see overlaps.


-
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/