[parisc-linux] [PATCH] fix arbitrary limits on stack size

James Bottomley James.Bottomley@steeleye.com
14 Jul 2003 14:47:14 -0500


On Mon, 2003-07-14 at 05:48, Joel Soete wrote:
> I don' t remember the historical reason of this choice but do you think it
> is possible to back-port it into 2.4 (it will facilitate so much the merge
> with upstream?)

Well, I suppose, theoretically.

However, before we consider backporting, what I really need is for
people to test it.  Downward growing mappings may cause application
issues:  If you map to an unspecified address, you may be surprised to
discover that you can't expand the mapping upwards.  Of course, no
application should ever depend on being able to expand unspecified maps
in either direction, but you never know...

James