Re: process? [Re: Crypto Fixes for 4.19]

From: Willy Tarreau
Date: Wed Sep 19 2018 - 13:01:30 EST


On Wed, Sep 19, 2018 at 09:48:42AM -0700, Randy Dunlap wrote:
> On 9/19/18 9:40 AM, Greg KH wrote:
> > On Wed, Sep 19, 2018 at 09:10:55AM -0700, Randy Dunlap wrote:
> >> submitting-patches.rst says:
> >> The Signed-off-by: tag indicates that the signer was involved in the
> >> development of the patch, or that he/she was in the patch's delivery path.
> >
> > Yes, but not for git pulls.
> >
> > I have not applied any patches sent in emails at this point in time, so
> > there's nothing that I could have even signed off on.
>
> OK, I see.

Just FWIW, if this line was added, it would change the commit message
hence the resulting hash. That's why it only appears on patches really
committed by the mentioned people (typically using "git am").

Willy