From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 29 Sep 2008 11:13:19 -0400 From: Christoph Hellwig To: Mathieu Desnoyers Subject: Re: [PATCH] sputrace : use marker_synchronize_unregister() Message-ID: <20080929151319.GA25247@infradead.org> References: <48E08B05.7030802@cn.fujitsu.com> <20080929082722.GB18663@elte.hu> <20080929151147.GH11245@Krystal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080929151147.GH11245@Krystal> Cc: Lai Jiangshan , Linux Kernel Mailing List , Steven Rostedt , Christoph Hellwig , linuxppc-dev@ozlabs.org, Jeremy Kerr , Ingo Molnar , "Paul E. McKenney" , Andrew Morton , Peter Zijlstra List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Sep 29, 2008 at 11:11:47AM -0400, Mathieu Desnoyers wrote: > We need a marker_synchronize_unregister() before the end of exit() to make sure > every probe callers have exited the non preemptible section and thus are not > executing the probe code anymore. Looks good.