From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f51.google.com (mail-bk0-f51.google.com [209.85.214.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D1302B6FBE for ; Sun, 25 Mar 2012 03:44:39 +1100 (EST) Received: by mail-bk0-f51.google.com with SMTP id j10so3335324bkw.38 for ; Sat, 24 Mar 2012 09:44:39 -0700 (PDT) Date: Sat, 24 Mar 2012 20:43:35 +0400 From: Anton Vorontsov To: Peter Zijlstra Subject: Re: [PATCH 07/10] um: Should hold tasklist_lock while traversing processes Message-ID: <20120324164335.GA4955@lizard> References: <20120324102609.GA28356@lizard> <20120324103030.GG29067@lizard> <1332593303.16159.28.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1332593303.16159.28.camel@twins> Cc: Mike Frysinger , user-mode-linux-devel@lists.sourceforge.net, linux-sh@vger.kernel.org, Richard Weinberger , linuxppc-dev@lists.ozlabs.org, Oleg Nesterov , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Paul Mundt , John Stultz , KOSAKI Motohiro , Russell King , Andrew Morton , uclinux-dist-devel@blackfin.uclinux.org, linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Mar 24, 2012 at 01:48:23PM +0100, Peter Zijlstra wrote: > On Sat, 2012-03-24 at 14:30 +0400, Anton Vorontsov wrote: > > Traversing the tasks requires holding tasklist_lock, otherwise it > > is unsafe. > > No it doesn't, it either requires tasklist_lock or rcu_read_lock(). Well, currently the code does neither. :-) -- Anton Vorontsov Email: cbouatmailru@gmail.com