On Aug 19, 2009, at 8:54 AM, Kumar Gala wrote:


On Aug 19, 2009, at 8:43 AM, Kumar Gala wrote:


On Aug 19, 2009, at 2:33 AM, Benjamin Herrenschmidt wrote:

Allright it's done, let's hope I didn't screw up :-)

You screwed it up... :)

The commits you pulled in from me you seem to have changed the author of the commits which is NOT cool at all. Adding signed-off- by is good, changing the committer is ok, but changing the author of the commit is not. Please fix this ASAP.

Here's an example (in your tree):

http://git.kernel.org/?p=linux/kernel/git/benh/powerpc.git;a=commitdiff;h=87f1e94c949c28fdaa079d5115a8010c9a40569d

vs the commit in my tree:

http://git.kernel.org/?p=linux/kernel/git/galak/powerpc.git;a=commit;h=d920991f7e02788ba2b468b3023e5bbbc7a32f30

I'll leave my tree alone to allow you to try and fix this. It looks like the stuff you pulled in from Josh's tree also has similar foobar.

- k

To be nice I published a 'fix-author' branch on my kernel.org tree that should be identical to your tree up to:

commit b045513a1d657178868a1b1c5c2c56b7ef67766d
Author: Kumar Gala <[email protected]>
Date:   Tue Aug 18 15:21:40 2009 +0000

    powerpc/mm: Fix assert_pte_locked to work properly on uniprocessor

    Since the pte_lockptr is a spinlock it gets optimized away on
uniprocessor builds so using spin_is_locked is not correct. We can use assert_spin_locked instead and get the proper behavior between UP and
    SMP builds.

    Signed-off-by: Kumar Gala <[email protected]>
    Signed-off-by: Benjamin Herrenschmidt <[email protected]>

I doesn't have any Signed-off-by from you for the commits from Josh or I. Otherwise the Author's have been fixed.

- k

_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to