From: Dan Williams Date: Thu, 17 Sep 2009 04:03:29 +0000 (-0700) Subject: raid6test: fix stack overflow X-Git-Tag: v2.6.32-rc1~60^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6df6930994d5d027375b07ac9da63644eb5758;p=pandora-kernel.git raid6test: fix stack overflow Testing on x86_64 with NDISKS=255 yields: do_IRQ: modprobe near stack overflow (cur:ffff88007d19c000,sp:ffff88007d19c128) ...and eventually general protection fault: 0000 [#1] Moving the scribble buffers off the stack allows the test to complete successfully. Signed-off-by: Dan Williams --- Reading git-diff-tree failed