From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 94D56B7067 for ; Thu, 20 Aug 2009 08:17:46 +1000 (EST) 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 ESMTPS id F0F6CDDD04 for ; Thu, 20 Aug 2009 08:17:45 +1000 (EST) Subject: Re: [PATCH/RFC] powerpc/mm: Cleanup handling of execute permission From: Benjamin Herrenschmidt To: Becky Bruce In-Reply-To: <16251558-DDF6-46C3-98C2-2FC7CD8A398B@kernel.crashing.org> References: <1248766373.30993.50.camel@pasglop> <20090818205621.GB2530@zod.rchland.ibm.com> <1250634800.4810.1.camel@pasglop> <16251558-DDF6-46C3-98C2-2FC7CD8A398B@kernel.crashing.org> Content-Type: text/plain Date: Thu, 20 Aug 2009 08:17:36 +1000 Message-Id: <1250720256.4810.36.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list , Kumar Gala List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-08-19 at 15:59 -0500, Becky Bruce wrote: > On Aug 18, 2009, at 5:33 PM, Benjamin Herrenschmidt wrote: > > > > FYI, I pulled your updated test branch this morning, booted, and did a > full LTP run on 8572. The results are consistent with the baseline I > have, so it looks like the issue is properly fixed. Thanks ! Cheers, Ben.