From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.goop.org (gw.goop.org [64.81.55.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.goop.org", Issuer "Goop.org CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 368D8DDD04 for ; Wed, 20 Aug 2008 10:09:28 +1000 (EST) Message-ID: <48AB5E36.8030400@goop.org> Date: Tue, 19 Aug 2008 16:58:46 -0700 From: Jeremy Fitzhardinge MIME-Version: 1.0 To: benh@kernel.crashing.org Subject: Re: ftrace introduces instability into kernel 2.6.27(-rc2,-rc3) References: <48A9901B.1080900@redhat.com> <20080818154746.GA26835@Krystal> <48A9AFA7.8080508@freescale.com> <1219110814.8062.2.camel@pasglop> <1219113549.8062.13.camel@pasglop> <20080819024707.GA22659@Krystal> <20080819173453.GA28239@Krystal> <1219182471.7826.16.camel@pasglop> In-Reply-To: <1219182471.7826.16.camel@pasglop> Content-Type: text/plain; charset=ISO-8859-15 Cc: Nick Piggin , "Paul E. McKenney" , Mathieu Desnoyers , linux-kernel@vger.kernel.org, Steven Rostedt , linuxppc-dev@ozlabs.org, Steven Rostedt , Scott Wood , Eran Liberty List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: >> Ok, there are two cases where it's ok : >> >> 1 - in stop_machine, considering we are not touching code executed in >> NMI handlers. >> 2 - when using my replace_instruction_safe() which uses a temporary >> breakpoint when doing the instruction replacement. >> >> In those cases you could use text_poke_early(). >> > > Note that vmap/vunmap will be very slow. > Don't we have Nick's speedups now? J