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 E9DDCDDE1E for ; Thu, 12 Jul 2007 17:40:14 +1000 (EST) In-Reply-To: <4694F81A.4010708@freescale.com> References: <20070709214853.GA29912@ld0162-tx32.am.freescale.net> <18066.63111.703924.714899@cargo.ozlabs.ibm.com> <4694F81A.4010708@freescale.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH v2] Allow exec on 32-bit from readable, non-exec pages, with a warning. Date: Thu, 12 Jul 2007 02:40:27 -0500 To: Scott Wood Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 11, 2007, at 10:32 AM, Scott Wood wrote: > Segher Boessenkool wrote: >>> Actually I see no good reason to enforce no-exec at all if we >>> can't do >>> it consistently. And if we're not going to enforce it then there is >>> no point whinging about it. >> >> >> I have a new patch with just this behaviour, Scott is >> testing it on old glibc (I think it succeeded, need >> confirmation though), > > It worked fine on glibc 2.2.5 and 2.3.3 (the former of which failed > without the patch). It sounds like this is a candidate for stable 2.6.22.x as well once you release the patch. - k