alistair23-linux/drivers/mtd/tests
Al Cooper 221b1bd3d4 mtd: mtd_torturetest can cause stack overflows
mtd_torturetest uses the module parm "ebcnt" to control the size of a
stack based array of int's. When "ebcnt" is large, Ex: 1000, it
causes stack overflows on systems with small kernel stacks. The fix
is to move the array from the stack to kmalloc memory.

Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2013-02-13 14:49:42 +02:00
..
Makefile mtd: tests: test for multi-bit error correction 2012-09-29 15:46:58 +01:00
mtd_nandbiterrs.c mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} 2012-11-15 15:37:48 +02:00
mtd_nandecctest.c mtd: rename random32() to prandom_u32() 2013-02-04 09:26:28 +02:00
mtd_oobtest.c mtd: Fix typo mtd/tests 2012-11-18 16:03:37 +02:00
mtd_pagetest.c mtd: Fix typo mtd/tests 2012-11-18 16:03:37 +02:00
mtd_readtest.c mtd: tests/read: initialize buffer for whole next page 2012-12-04 16:00:34 +02:00
mtd_speedtest.c mtd: Fix typo mtd/tests 2012-11-18 16:03:37 +02:00
mtd_stresstest.c mtd: rename random32() to prandom_u32() 2013-02-04 09:26:28 +02:00
mtd_subpagetest.c mtd: Fix typo mtd/tests 2012-11-18 16:03:37 +02:00
mtd_torturetest.c mtd: mtd_torturetest can cause stack overflows 2013-02-13 14:49:42 +02:00