Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758878Ab1ELWeT (ORCPT ); Thu, 12 May 2011 18:34:19 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:34766 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752947Ab1ELWeS (ORCPT ); Thu, 12 May 2011 18:34:18 -0400 Date: Thu, 12 May 2011 15:34:11 -0700 From: Andrew Morton To: John Stultz Cc: David Rientjes , LKML , "Ted Ts'o" , KOSAKI Motohiro , Dave Hansen , linux-mm@kvack.org Subject: Re: [PATCH 3/3] comm: ext4: Protect task->comm access by using %ptc Message-Id: <20110512153411.15c240bc.akpm@linux-foundation.org> In-Reply-To: <1305239380.2680.26.camel@work-vm> References: <1305073386-4810-1-git-send-email-john.stultz@linaro.org> <1305073386-4810-4-git-send-email-john.stultz@linaro.org> <1305239380.2680.26.camel@work-vm> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1636 Lines: 40 On Thu, 12 May 2011 15:29:40 -0700 John Stultz wrote: > On Thu, 2011-05-12 at 15:14 -0700, David Rientjes wrote: > > On Tue, 10 May 2011, John Stultz wrote: > > > > > Converts ext4 comm access to use the safe printk %ptc accessor. > > > > > > CC: Ted Ts'o > > > CC: KOSAKI Motohiro > > > CC: David Rientjes > > > CC: Dave Hansen > > > CC: Andrew Morton > > > CC: linux-mm@kvack.org > > > Signed-off-by: John Stultz > > > > I like how this patch illustrates how easy it is to use the new method for > > printing a task's command, but it would probably be easier to get the > > first two patches in the series (those that add the seqlock and then %ptc) > > merged in mainline and then break out a series of conversions such as this > > that could go through the individual maintainer's trees. > > Agreed. I just wanted to show how it would be used compared to the > earlier approach. > > I'll respin the first two patches shortly here. I also need to get the > checkpatch bit done. > > Andrew, should these go upstream through you? > That works. I have a little pile of task->comm patches here, but I expect that resolving everything will be pretty straightforward. Don't forget the checkpatch patch :) -- 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/