[PATCH] fix potential stack overflow in mm/slab.c
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Tue, 26 Sep 2006 06:31:47 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:50 +0000 (08:48 -0700)
commitd2e7b7d0aa021847c59f882b066e7d3812902870
tree173a2271e657a1171c25de9b943bdfb92922acab
parent980128f223fa3c75e3ebdde650c9f1bcabd4c0a2
[PATCH] fix potential stack overflow in mm/slab.c

On High end systems (1024 or so cpus) this can potentially cause stack
overflow. Fix the stack usage.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c