Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934517AbcCOCDo (ORCPT ); Mon, 14 Mar 2016 22:03:44 -0400 Received: from ozlabs.org ([103.22.144.67]:58783 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934371AbcCOCDm (ORCPT ); Mon, 14 Mar 2016 22:03:42 -0400 Date: Tue, 15 Mar 2016 13:03:39 +1100 From: Stephen Rothwell To: Jeffrey Merkey Cc: Joe Perches , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, linux-kbuild Subject: Re: [GIT PULL v4.6] MDB Linux Kernel Debugger x86/x86_64 Message-ID: <20160315130339.688689bd@canb.auug.org.au> In-Reply-To: References: <20160314235035.GA5799@localhost.localdomain> <1457999823.11972.143.camel@perches.com> <20160315112458.7248d665@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 688 Lines: 24 Hi Jeff, On Mon, 14 Mar 2016 18:40:37 -0600 Jeffrey Merkey wrote: > > I was sure I told git to put a sign-off line. Well, I'll go fix that > and amend the commit as signed. Don't know what happened there. Are > you supposed to say > > git commit -s -a -v -S > > I just used > > git commit -S -a -v > > I'll amend that commit. Folks can review and discuss on this thread. 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. -- Cheers, Stephen Rothwell