From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751866AbZBPRLg (ORCPT ); Mon, 16 Feb 2009 12:11:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750746AbZBPRLZ (ORCPT ); Mon, 16 Feb 2009 12:11:25 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:54073 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750738AbZBPRLY (ORCPT ); Mon, 16 Feb 2009 12:11:24 -0500 Date: Mon, 16 Feb 2009 18:11:15 +0100 From: Ingo Molnar To: Al Viro Cc: Stefan Richter , Sam Ravnborg , Manish Katiyar , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH] Remove errors caught by checkpatch.pl in kernel/kallsyms.c Message-ID: <20090216171115.GA25907@elte.hu> References: <20090215184752.GA4970@uranus.ravnborg.org> <4999650C.6030700@s5r6.in-berlin.de> <20090216132822.GC17996@elte.hu> <4999717F.7090205@s5r6.in-berlin.de> <20090216141917.GA8981@elte.hu> <499984C1.6020004@s5r6.in-berlin.de> <20090216155023.GA4422@elte.hu> <20090216161310.GV28946@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090216161310.GV28946@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Al Viro wrote: > On Mon, Feb 16, 2009 at 04:50:23PM +0100, Ingo Molnar wrote: > > > > * Stefan Richter wrote: > > > > > Ingo Molnar wrote: > > > > We routinely mention Sparse, lockdep, Coverity, Coccinelle, kmemleak, > > > > ftrace, kmemcheck and other tools as well when it motives to fix a bug > > > > or uncleanliness. [...] It is absolutely fine to > > > > mention checkpatch when it catches uncleanliness in code that already > > > > got merged. I dont understand your point. > > > > > > I wrote "don't mention checkpatch" but I really meant "think about what > > > the effect of the patch is and describe this". > > > > Are you arguing that in all those other cases the tools should not be > > mentioned either? I dont think that position is tenable. > > Hell, yes. I'm sick and tired of "$DRIVER: fix sparse warnings > " kind > of subjects, while we are at it. Mention the tool when that adds > information useful for understanding commit message and patch; > otherwise you are just adding noise. No argument that it's not high value enough information to be in the title itself. That's why i clearly said it in my first mail: "It shouldnt be in the title," Stefan Richter's argument was different though, he argued that the information should not be in the changelog at all, in any place. That was and is my point. Ingo