From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with SMTP id 3CABE6B0011 for ; Thu, 12 May 2011 18:29:06 -0400 (EDT) Subject: Re: [PATCH 2/3] printk: Add %ptc to safely print a task's comm From: Joe Perches In-Reply-To: References: <1305073386-4810-1-git-send-email-john.stultz@linaro.org> <1305073386-4810-3-git-send-email-john.stultz@linaro.org> <1305075090.19586.189.camel@Joe-Laptop> <1305076246.2939.67.camel@work-vm> <1305076850.19586.196.camel@Joe-Laptop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 12 May 2011 15:29:02 -0700 Message-ID: <1305239342.6124.77.camel@Joe-Laptop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: David Rientjes , Andy Whitcroft Cc: John Stultz , LKML , Ted Ts'o , KOSAKI Motohiro , Dave Hansen , Andrew Morton , linux-mm@kvack.org On Thu, 2011-05-12 at 15:12 -0700, David Rientjes wrote: > On Tue, 10 May 2011, Joe Perches wrote: > > > Although I'm not sure if there's precedent for a %p value that didn't > > > take a argument. Thoughts on that? Anyone else have an opinion here? > > The uses of %ptc must add an argument or else gcc will complain. > > I suggest you just ignore the argument value and use current. > That doesn't make any sense, why would you needlessly restrict this to > current when accesses to other threads' ->comm needs to be protected in > the same way? I'd like to use this in the oom killer and try to get rid > of taking task_lock() for every thread group leader in the tasklist dump. I suppose another view is coder stuffed up, let them suffer... At some point, gcc may let us extend printf argument type verification so it may not be a continuing problem. Adding a checkpatch rule for this is non-trivial as it can be written as: printk("%ptc\n", current); and checkpatch is mostly line oriented. Andy, do you have a suggestion on how to verify vsprintf argument types for checkpatch? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org