From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 5 Feb 2005 07:54:52 +0100 From: Andi Kleen Subject: Re: [patch 19/24] TASK_SIZE is variable. Message-ID: <20050205065452.GA32565@wotan.suse.de> References: <200502050150.j151osl11380@mail.osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Linus Torvalds Cc: Andrew Morton , dwmw2@infradead.org, Linux Arch list , mingo@elte.hu List-ID: > Would arch maintainers please look at fixing this in their architectures > instead? Make TASK_SIZE be the maximum size a process VM can have. The problem is that compat flexmmap depends on it. I actually dropped flexmmap again, but the x86-64 flexmmap which will be merged at some point again had a x86-64 change to switch to variable TASK_SIZE. -Andi