Cc: Jiri Kosina <jkosina@...>, Pavel Machek <pavel@...>, Andrew Morton <akpm@...>, Rafael J. Wysocki <rjw@...>, kernel list <linux-kernel@...>, Abel Bernabeu <abel.bernabeu@...>, Hugh Dickins <hugh@...>, Arjan van de Ven <arjan@...>
On Tue, Feb 05, 2008 at 01:54:26PM +0100, Ingo Molnar wrote:
I don't think kernel should care about programs which are buggy and make invalid
assumptions, and that's the case here. I remember we have been through this
5 years ago when brk randomization has been added to Red Hat kernels. There was
one or two broken programs which made assumptions on what brk(0) is supposed
to return at program startup, everything else was ok.
For the buggy apps there is always setarch i386 -R ./the_buggy_program
so I don't think we need to add another sysctl for this.
Jakub
--