Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932236AbXAFVy2 (ORCPT ); Sat, 6 Jan 2007 16:54:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932239AbXAFVy2 (ORCPT ); Sat, 6 Jan 2007 16:54:28 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54466 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932236AbXAFVy1 (ORCPT ); Sat, 6 Jan 2007 16:54:27 -0500 Date: Sat, 6 Jan 2007 22:54:17 +0100 From: Marcus Meissner To: Ingo Molnar Cc: Linus Torvalds , Hugh Dickins , Andrew Morton , Andi Kleen , Dave Jones , Arjan van de Ven , linux-kernel@vger.kernel.org Subject: Re: revert PIE randomization? Message-ID: <20070106215417.GA13541@suse.de> References: <20070106210826.GA31518@suse.de> <20070106214505.GA8904@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070106214505.GA8904@elte.hu> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 29 On Sat, Jan 06, 2007 at 10:45:05PM +0100, Ingo Molnar wrote: > > * Marcus Meissner wrote: > > > > You're right. I'm inclined to just revert it, modulo some comments > > > from others. Marcus? > > > > After thinking about this, yes. > > > > I would rather have a working range used here (perhaps like Hugh > > suggested), but feel free to revert the original patch if you are not > > confident with it. > > i'm wondering why you had to try to reinvent the wheel, instead of > picking up exec-shield's remaining bits of randomization implementation > from Fedora, which was tested for a long time and achieves PIE > randomization and more? Because it is i386 only last time I checked. And it requires relaying out the heap (which you did only for i386), with architecture specific code, which I was too afraid to touch. Ciao, Marcus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/