Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030518AbbKDPbB (ORCPT ); Wed, 4 Nov 2015 10:31:01 -0500 Received: from smtprelay0185.hostedemail.com ([216.40.44.185]:35052 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932339AbbKDPa6 (ORCPT ); Wed, 4 Nov 2015 10:30:58 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:960:966:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2196:2198:2199:2200:2393:2559:2562:2693:2828:2892:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3871:3872:3874:4184:4321:4385:4411:5007:6261:7903:10004:10400:10471:10848:11232:11658:11914:12296:12517:12519:12555:12740:13069:13255:13311:13357:14096:14097:14659:21060:21080:30054:30075:30079: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:2,LUA_SUMMARY:none X-HE-Tag: grass92_832f22de0e00 X-Filterd-Recvd-Size: 2275 Message-ID: <1446651055.21133.39.camel@perches.com> Subject: Re: checkpatch false warning. was: [PATCH 3/5] mm, page_owner: copy page owner info during migration From: Joe Perches To: Vlastimil Babka , Andy Whitcroft Cc: LKML Date: Wed, 04 Nov 2015 07:30:55 -0800 In-Reply-To: <563A1FCF.3040209@suse.cz> References: <1446649261-27122-1-git-send-email-vbabka@suse.cz> <1446649261-27122-4-git-send-email-vbabka@suse.cz> <563A1FCF.3040209@suse.cz> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.16.5-1ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1580 Lines: 36 On Wed, 2015-11-04 at 16:10 +0100, Vlastimil Babka wrote: > On 11/04/2015 04:00 PM, Vlastimil Babka wrote: > > The page_owner mechanism stores gfp_flags of an allocation and stack trace > > that lead to it. During page migration, the original information is > > essentially replaced by the allocation of free page as the migration target. > > Arguably this is less useful and might lead to all the page_owner info for > > migratable pages gradually converge towards compaction or numa balancing > > migrations. It has also lead to inaccuracies such as one fixed by commit > > e2cfc91120fa ("mm/page_owner: set correct gfp_mask on page_owner"). > > Hi, > > This patch gives me the following checkpatch warning: > > ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit e2cfc91120fa ("mm/page_owner: set correct gfp_mask on page_owner")' > #12: > e2cfc91120fa ("mm/page_owner: set correct gfp_mask on page_owner"). > > Some fuzzing showed that it's complaining about the missing word "commit" > which is however on the end of the previous line. Can that be fixed please? Not trivially, no. > I can't speak perl myself. No one speaks perl fluently. checkpatch is not perfect. It never will be, it's just a brainless script. Please ignore messages from it that are obviously incorrect. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/