Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756277Ab1EPXWo (ORCPT ); Mon, 16 May 2011 19:22:44 -0400 Received: from mail.perches.com ([173.55.12.10]:1697 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753297Ab1EPXWn (ORCPT ); Mon, 16 May 2011 19:22:43 -0400 Subject: Re: [PATCH 3/3] checkpatch.pl: Add check for task comm references From: Joe Perches To: Michal Nazarewicz Cc: David Rientjes , Andy Whitcroft , LKML , John Stultz , "Ted Ts'o" , Jiri Slaby , KOSAKI Motohiro , Dave Hansen , Andrew Morton , linux-mm@kvack.org In-Reply-To: References: <1305580757-13175-1-git-send-email-john.stultz@linaro.org> <1305580757-13175-4-git-send-email-john.stultz@linaro.org> <1305587090.2503.42.camel@Joe-Laptop> Content-Type: text/plain; charset="UTF-8" Date: Mon, 16 May 2011 16:22:41 -0700 Message-ID: <1305588161.2503.46.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 956 Lines: 21 On Tue, 2011-05-17 at 01:11 +0200, Michal Nazarewicz wrote: > On Tue, 17 May 2011 01:04:50 +0200, Joe Perches wrote: > > On Mon, 2011-05-16 at 14:34 -0700, David Rientjes wrote: > >> On Mon, 16 May 2011, Michal Nazarewicz wrote: > >> > > Now that accessing current->comm needs to be protected, > >> > > +# check for current->comm usage > >> > > + if ($line =~ /\b(?:current|task|tsk|t)\s*->\s*comm\b/) { > >> > Not a checkpatch.pl expert but as far as I'm concerned, that looks > >> reasonable. > > You don't need (?: just ( > Yep, it's a micro-optimisation though. True, but it's not the common style in checkpatch. You could submit patches to add non-capture markers to other () uses. -- 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/