git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376ec37
)
raid6test: fix stack overflow
author
Dan Williams
<dan.j.williams@intel.com>
Thu, 17 Sep 2009 04:03:29 +0000
(21:03 -0700)
committer
Dan Williams
<dan.j.williams@intel.com>
Thu, 17 Sep 2009 04:03:29 +0000
(21:03 -0700)
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 <dan.j.williams@intel.com>
No differences found