commit | d2e7b7d0aa021847c59f882b066e7d3812902870 | [log] [tgz] |
---|---|---|
author | Siddha, Suresh B <suresh.b.siddha@intel.com> | Mon Sep 25 23:31:47 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:48:50 2006 -0700 |
tree | 173a2271e657a1171c25de9b943bdfb92922acab | |
parent | 980128f223fa3c75e3ebdde650c9f1bcabd4c0a2 [diff] |
[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>