Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753470AbcCRFl0 (ORCPT ); Fri, 18 Mar 2016 01:41:26 -0400 Received: from smtprelay0223.hostedemail.com ([216.40.44.223]:55215 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753228AbcCRFkr (ORCPT ); Fri, 18 Mar 2016 01:40:47 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:800:960:968:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1381:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2693:2828:2895:2911:3138:3139:3140:3141:3142:3354:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4321:4425:5007:6119:6120:6261:7514:7901:7903:8957:10004:10400:10848:11232:11658:11783:11914:12043:12048:12050:12517:12519:12663:12740:13069:13141:13230:13311:13357:13439:13618:13894:14659:14721:21080:30012:30022:30054:30079:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: food60_5dd33c8f77b3b X-Filterd-Recvd-Size: 3252 Message-ID: <1458279643.9556.52.camel@perches.com> Subject: Re: [GIT PULL v4.6] MDB Linux Kernel Debugger x86/x86_64 From: Joe Perches To: Jeffrey Merkey , "Theodore Ts'o" , Stephen Rothwell , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, linux-kbuild Date: Thu, 17 Mar 2016 22:40:43 -0700 In-Reply-To: References: <20160314235035.GA5799@localhost.localdomain> <1457999823.11972.143.camel@perches.com> <20160315112458.7248d665@canb.auug.org.au> <20160315130339.688689bd@canb.auug.org.au> <20160315151618.GQ29218@thunk.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1892 Lines: 36 On Thu, 2016-03-17 at 23:31 -0600, Jeffrey Merkey wrote: > On 3/16/16, Jeffrey Merkey wrote: > > On 3/15/16, Theodore Ts'o wrote: > > > 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. [] > > I will repost this pull request with a signed-off by line for Linus to > > consider.????I am not certain who all should be included in the review > > and I have to be careful how many email recipients I copy.???I will > > post to the folks Joe Perches copied. [] > Well, Joe updated checkpatch.pl so now there are some more areas of > cleanup I need to do on the code to remove unsigned casts and replace > them with unsigned int.??I will resubmit at the next merge window for > 4.7.??Have not heard a word from Linus about this, Hey Linus, please > don't lion-us by throwing us to the lions.??:-) I rather doubt Linus is going to pull this code during this merge window. I think you should try to get this into -next immediately after this current merge window closes in a 10 or so days. I think you don't have to do random cleanups just to satisfy checkpatch. ?Get the code in -next and then cleanup stuff as you see fit. ?There will then be individual commit changelogs for the mostly whitespace changes that checkpatch might point out.