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 18ECDDDE43 for ; Sat, 27 Oct 2007 11:36:40 +1000 (EST) Subject: Re: Apparent kernel bug with GDB on ppc405 From: Benjamin Herrenschmidt To: Josh Boyer In-Reply-To: <20071026154126.28082129@weaponx.rchland.ibm.com> References: <20071024194640.GB19691@waste.org> <20071024204215.GC19691@waste.org> <20071024215421.GF19691@waste.org> <20071024223250.GI19691@waste.org> <20071024224130.GA30819@caradoc.them.org> <1193363482.7018.41.camel@pasglop> <20071026154126.28082129@weaponx.rchland.ibm.com> Content-Type: text/plain Date: Sat, 27 Oct 2007 11:36:23 +1000 Message-Id: <1193448983.18243.16.camel@pasglop> Mime-Version: 1.0 Cc: gdb@sourceware.org, Matt Mackall , linuxppc-embedded@ozlabs.org, Daniel Jacobowitz Reply-To: benh@kernel.crashing.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-10-26 at 15:41 -0500, Josh Boyer wrote: > On Fri, 26 Oct 2007 11:51:22 +1000 > Benjamin Herrenschmidt wrote: > > > > > On Wed, 2007-10-24 at 18:41 -0400, Daniel Jacobowitz wrote: > > > On Wed, Oct 24, 2007 at 05:32:50PM -0500, Matt Mackall wrote: > > > > Not completely implausible, but a) why isn't this seen on basically > > > > every machine with software TLB? b) why does -local- GDB, which is > > > > presumably doing much less work than gdbserver + network stack, not fail? > > > > > > You said it yourself. Local gdb does more work -> blows through more > > > TLB entries. > > > > > > I can't answer you about the other half, but I'm pretty sure TLB > > > invalidation is already supposed to be happening... somewhere. > > > > Yes. do_wp_page() -> ptep_clear_flush() -> flush_tlb_page() > > Aren't there cases in do_wp_page that don't call ptep_clear_flush? > Seems anonymous pages, and possibly shared writeable pages skip that > step if reuse is true. Nah, if that was broken, everybody would be in bad shape. I think I know what's up, see my other email. Cheers, Ben.