Re: [GIT PULL v4.6] MDB Linux Kernel Debugger x86/x86_64

From: Theodore Ts'o
Date: Tue Mar 15 2016 - 11:16:36 EST


On Tue, Mar 15, 2016 at 01:03:39PM +1100, Stephen Rothwell wrote:
> We don't generally PGP (GPG) sign commits in the kernel tree (so "-S"
> is not required), just tags. However we always require that anyone who
> handles a patch adds a Signed-off-by line to the final commit. See
> Documentation/SubmittingPatches Section 11.

In general all commits should have a Signed-Off-By line added. Once
the git branch gets merged, it's hard to tell what is the final commit
and what isn't, and in general different commits will have different
people needing to vouch for the origins for the contents of that commit.

Cheers,

- Ted