From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 7B106DDDFA for ; Thu, 9 Aug 2007 17:02:16 +1000 (EST) Subject: Re: Fix small race in 44x tlbie function From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: <20070807042050.GJ13522@localhost.localdomain> <20070808110029.43c110ef@weaponx.rchland.ibm.com> <57F869A4-38DE-4CC9-A07D-C3A873CE9268@kernel.crashing.org> <20070809053423.GJ8261@localhost.localdomain> Content-Type: text/plain Date: Thu, 09 Aug 2007 17:01:31 +1000 Message-Id: <1186642891.938.219.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Todd Inglett , linuxppc-dev@ozlabs.org, Paul Mackerras , Volkmar Uhlig , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-08-09 at 01:35 -0500, Kumar Gala wrote: > >>>> Did you actually see this happen? > >>> > >>> Yes. > >> > >> When? > >> > >> We don't have critical wired to anything, I don't expect watchdog to > >> cause another fault.. so just wondering. > > > > On debug (trace) interrupts on blue gene. > > Do you know why the debug code caused a fault? Sure, it may access vmalloc space for example, which can cause a TLB miss... Ben.