diff options
author | Chris Wright <chrisw@osdl.org> | 2005-06-22 02:14:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 03:46:16 +0200 |
commit | 73219d178051691a56d57184d8c7f6d0cbe3c5c1 (patch) | |
tree | c527691510f5a2b757eac424c5671704084fc9eb /arch/sparc | |
parent | [PATCH] Avoiding mmap fragmentation (diff) | |
download | linux-73219d178051691a56d57184d8c7f6d0cbe3c5c1.tar.xz linux-73219d178051691a56d57184d8c7f6d0cbe3c5c1.zip |
[PATCH] mmap topdown fix for large stack limit, large allocation
The topdown changes in 2.6.12-rc1 can cause large allocations with large
stack limit to fail, despite there being space available. The
mmap_base-len is only valid when len >= mmap_base. However, nothing in
topdown allocator checks this. It's only (now) caught at higher level,
which will cause allocation to simply fail. The following change restores
the fallback to bottom-up path, which will allow large allocations with
large stack limit to potentially still succeed.
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions